This HTML5 document contains 87 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
n18http://billposer.org/Software/
foafhttp://xmlns.com/foaf/0.1/
n22https://global.dbpedia.org/id/
n26http://developer.mimer.com/sql-unicode-collation-charts/
n10http://hi.dbpedia.org/resource/
yagohttp://dbpedia.org/class/yago/
dbthttp://dbpedia.org/resource/Template:
n14http://demo.icu-project.org/icu-bin/
rdfshttp://www.w3.org/2000/01/rdf-schema#
freebasehttp://rdf.freebase.com/ns/
dbpedia-srhttp://sr.dbpedia.org/resource/
dbpedia-pthttp://pt.dbpedia.org/resource/
n5http://dbpedia.org/resource/ISO/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n21https://www.unicode.org/reports/tr10/
owlhttp://www.w3.org/2002/07/owl#
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbchttp://dbpedia.org/resource/Category:
dbphttp://dbpedia.org/property/
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
n15https://icu4c-demos.unicode.org/icu-bin/
goldhttp://purl.org/linguistics/gold/
wikidatahttp://www.wikidata.org/entity/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Meteg
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Unicode
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Unicode_Collation_Algorithm
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
dbo:wikiPageRedirects
dbr:Unicode_collation_algorithm
Subject Item
dbr:Weak_heap
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Code_point
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Collation
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Greek_script_in_Unicode
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:DUCET
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
dbo:wikiPageRedirects
dbr:Unicode_collation_algorithm
Subject Item
dbr:Sorting
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:UCA
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
dbo:wikiPageDisambiguates
dbr:Unicode_collation_algorithm
Subject Item
dbr:Unicode_collation_algorithm
rdf:type
yago:WikicatStringCollationAlgorithms yago:Algorithm105847438 yago:WikicatUnicodeAlgorithms yago:Rule105846932 yago:PsychologicalFeature100023100 yago:Act100030358 dbo:Software yago:Procedure101023820 yago:Abstraction100002137 yago:YagoPermanentlyLocatedEntity yago:Activity100407535 yago:Event100029378 yago:WikicatAlgorithms
rdfs:label
Unicode照合アルゴリズム 統一碼定序演算法 Unicode collation algorithm Algoritmo de ordenação do Unicode Unicode Collation Algorithm
rdfs:comment
O algoritmo de ordenação do Unicode (abreviado na literatura como UCA, do inglês unicode collation algorithm) é um algoritmo definido no #10, o qual define um método customizável de comparação de duas cadeias de caracteres (strings). Estas comparações podem então ser usados para ordenar alfabeticamente ou classificar textos em qualquer sistema de escrita e língua que pode ser representada com o Unicode. Unicode Technical Report #10 também especifica a "Tabela de Elemento de Ordenação Unicode Padrão" (DUCET, Default Unicode Collation Element Table). Der Unicode Collation Algorithm (kurz UCA) ist der vom Unicode-Konsortium veröffentlichte Algorithmus, um Zeichenketten aus Unicode-Zeichen zu vergleichen und so alphabetisch zu ordnen. Er ist dabei bewusst so offen gehalten, dass sprachspezifische Besonderheiten und besondere Anwenderwünsche berücksichtigt werden können. Zum Algorithmus steht außerdem eine Tabelle mit Standardwerten für die Sortierung zur Verfügung, die Default Unicode Collation Element Table (DUCET). Daneben stellt das Common Locale Data Repository entsprechende Tabellen für viele weitere Sprachen zur Verfügung, die etwa in der Implementierung des ICU-Projekts genutzt werden. Unicode照合アルゴリズム(ユニコードしょうごうアルゴリズム、英: Unicode collation algorithm、略称: UCA)とは、2つのUnicode文字列を比較するアルゴリズムを定義したものである。これによって言語的に正しい大文字小文字変換、ソートが行える。 The Unicode collation algorithm (UCA) is an algorithm defined in Unicode Technical Report #10, which is a customizable method to produce binary keys from strings representing text in any writing system and language that can be represented with Unicode. These keys can then be efficiently byte-by-byte compared in order to collate or sort them according to the rules of the language, with options for ignoring case, accents, etc. 統一碼定序演算法(英語:Unicode collation algorithm,縮寫:UCA)是統一碼技术报告 #10 中定义的一种算法,它是一种可自定义的方法。對任何以統一碼表示的字符串文本,不論是使用哪種文字和语言,都可為其生成二进制键。這些鍵可以逐字节且有效地比對,從而可以根據語言規則為他們定序或排序。這個過程中,還提供可以忽略大小写、重音等的选项。 統一碼技术报告 #10 还定義了默认統一碼定序元素表(英語:Default Unicode Collation Element Table,縮寫:DUCET)。此文件定義了預設的排列顺序。 DUCET 可针对不同语言进行定制。可以在通用當地數據儲存庫(英語:Common Locale Data Repository,縮寫:CLDR)中找到一些此类自定义。 國際統一碼部件(ICU)中包含了 UCA 的开源實作件。 ICU 支持裁剪,来自 CLDR 的整理裁剪包含在 ICU 中。剪裁效果和许多语言特定的剪裁效果显示在在线ICU 区域设置浏览器中。
dcterms:subject
dbc:Collation dbc:String_collation_algorithms dbc:Unicode_algorithms
dbo:wikiPageID
641532
dbo:wikiPageRevisionID
1049163429
dbo:wikiPageWikiLink
dbr:Collation dbr:Collate dbr:European_ordering_rules dbr:Common_Locale_Data_Repository dbr:Writing_system dbc:Collation dbr:String_(computer_science) dbc:String_collation_algorithms dbr:International_Components_for_Unicode dbr:Language dbr:Unicode n5:IEC_14651 dbc:Unicode_algorithms
dbo:wikiPageExternalLink
n14:locexp%3F_=en_US&x=col n15:collation.html n18:msort.html n21: n26:
owl:sameAs
n10:यूनिकोड_समानुक्रमण_अल्गोरिद्म wikidata:Q1476615 dbpedia-zh:統一碼定序演算法 n22:UNhY dbpedia-pt:Algoritmo_de_ordenação_do_Unicode dbpedia-ja:Unicode照合アルゴリズム dbpedia-de:Unicode_Collation_Algorithm yago-res:Unicode_collation_algorithm dbpedia-sr:Аlgoritam_upoređivanja_Unicode-a freebase:m.02zqqb
dbp:wikiPageUsesTemplate
dbt:Standard-stub dbt:No_footnotes dbt:Algorithm-stub dbt:Unicode_navigation
dbo:abstract
統一碼定序演算法(英語:Unicode collation algorithm,縮寫:UCA)是統一碼技术报告 #10 中定义的一种算法,它是一种可自定义的方法。對任何以統一碼表示的字符串文本,不論是使用哪種文字和语言,都可為其生成二进制键。這些鍵可以逐字节且有效地比對,從而可以根據語言規則為他們定序或排序。這個過程中,還提供可以忽略大小写、重音等的选项。 統一碼技术报告 #10 还定義了默认統一碼定序元素表(英語:Default Unicode Collation Element Table,縮寫:DUCET)。此文件定義了預設的排列顺序。 DUCET 可针对不同语言进行定制。可以在通用當地數據儲存庫(英語:Common Locale Data Repository,縮寫:CLDR)中找到一些此类自定义。 國際統一碼部件(ICU)中包含了 UCA 的开源實作件。 ICU 支持裁剪,来自 CLDR 的整理裁剪包含在 ICU 中。剪裁效果和许多语言特定的剪裁效果显示在在线ICU 区域设置浏览器中。 Unicode照合アルゴリズム(ユニコードしょうごうアルゴリズム、英: Unicode collation algorithm、略称: UCA)とは、2つのUnicode文字列を比較するアルゴリズムを定義したものである。これによって言語的に正しい大文字小文字変換、ソートが行える。 O algoritmo de ordenação do Unicode (abreviado na literatura como UCA, do inglês unicode collation algorithm) é um algoritmo definido no #10, o qual define um método customizável de comparação de duas cadeias de caracteres (strings). Estas comparações podem então ser usados para ordenar alfabeticamente ou classificar textos em qualquer sistema de escrita e língua que pode ser representada com o Unicode. Unicode Technical Report #10 também especifica a "Tabela de Elemento de Ordenação Unicode Padrão" (DUCET, Default Unicode Collation Element Table). Der Unicode Collation Algorithm (kurz UCA) ist der vom Unicode-Konsortium veröffentlichte Algorithmus, um Zeichenketten aus Unicode-Zeichen zu vergleichen und so alphabetisch zu ordnen. Er ist dabei bewusst so offen gehalten, dass sprachspezifische Besonderheiten und besondere Anwenderwünsche berücksichtigt werden können. Zum Algorithmus steht außerdem eine Tabelle mit Standardwerten für die Sortierung zur Verfügung, die Default Unicode Collation Element Table (DUCET). Daneben stellt das Common Locale Data Repository entsprechende Tabellen für viele weitere Sprachen zur Verfügung, die etwa in der Implementierung des ICU-Projekts genutzt werden. The Unicode collation algorithm (UCA) is an algorithm defined in Unicode Technical Report #10, which is a customizable method to produce binary keys from strings representing text in any writing system and language that can be represented with Unicode. These keys can then be efficiently byte-by-byte compared in order to collate or sort them according to the rules of the language, with options for ignoring case, accents, etc. Unicode Technical Report #10 also specifies the Default Unicode Collation Element Table (DUCET). This data file specifies a default collation ordering. The DUCET is customizable for different languages. Some such customisations can be found in the Unicode Common Locale Data Repository (CLDR). An open source implementation of UCA is included with the International Components for Unicode, ICU. ICU supports tailoring, and the collation tailorings from CLDR are included in ICU. The effects of tailoring and many language-specific tailorings are displayed in the on-line ICU Locale Explorer.
gold:hypernym
dbr:Algorithm
prov:wasDerivedFrom
wikipedia-en:Unicode_collation_algorithm?oldid=1049163429&ns=0
dbo:wikiPageLength
2151
foaf:isPrimaryTopicOf
wikipedia-en:Unicode_collation_algorithm
Subject Item
n5:IEC_14651
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:European_ordering_rules
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
Subject Item
dbr:Unicode_collation
dbo:wikiPageWikiLink
dbr:Unicode_collation_algorithm
dbo:wikiPageRedirects
dbr:Unicode_collation_algorithm
Subject Item
wikipedia-en:Unicode_collation_algorithm
foaf:primaryTopic
dbr:Unicode_collation_algorithm