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

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

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
atomhttp://atomowl.org/ontologies/atomrdf#
foafhttp://xmlns.com/foaf/0.1/
n10http://vos.openlinksw.com/dataspace/services/wiki/
oplhttp://www.openlinksw.com/schema/attribution#
n4http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/
n17http://vos.openlinksw.com/dataspace/owiki/wiki/VOS/VirtTipsAndTricksControlUnicode3/sioc.
dchttp://purl.org/dc/elements/1.1/
n13http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#
n11http://vos.openlinksw.com/dataspace/dav#
rdfshttp://www.w3.org/2000/01/rdf-schema#
n9http://rdfs.org/sioc/services#
siocthttp://rdfs.org/sioc/types#
n2http://vos.openlinksw.com/dataspace/person/dav#
n8http://vos.openlinksw.com/dataspace/owiki/wiki/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n18http://vos.openlinksw.com/dataspace/owiki#
xsdhhttp://www.w3.org/2001/XMLSchema#
n7http://vos.openlinksw.com/dataspace/%28NULL%29/wiki/VOS/
n15http://vos.openlinksw.com/dataspace/person/owiki#
siochttp://rdfs.org/sioc/ns#
Subject Item
n2:this
foaf:made
n4:VirtTipsAndTricksControlUnicode3
Subject Item
n11:this
sioc:creator_of
n4:VirtTipsAndTricksControlUnicode3
Subject Item
n10:item
n9:services_of
n4:VirtTipsAndTricksControlUnicode3
Subject Item
n18:this
sioc:creator_of
n4:VirtTipsAndTricksControlUnicode3
Subject Item
n8:VOS
sioc:container_of
n4:VirtTipsAndTricksControlUnicode3
atom:entry
n4:VirtTipsAndTricksControlUnicode3
atom:contains
n4:VirtTipsAndTricksControlUnicode3
Subject Item
n4:VirtTipsAndTricksControlUnicode3
rdf:type
atom:Entry sioct:Comment
dcterms:created
2017-06-13T05:40:08.498212
dcterms:modified
2017-06-29T07:41:29.457072
rdfs:label
VirtTipsAndTricksControlUnicode3
foaf:maker
n2:this n15:this
dc:title
VirtTipsAndTricksControlUnicode3
opl:isDescribedUsing
n17:rdf
sioc:has_creator
n11:this n18:this
sioc:content
%META:TOPICPARENT{name="VirtTipsAndTricksGuide"}% ---+ Normalization of UNICODE3 accented characters for Virtuoso free-text indexing Normalization of UNICODE3 accented characters in a free-text index can be controlled by setting the <b><code><nowiki>XAnyNormalization</nowiki></code></b> configuration parameter in the <b><code>[I18N]</code></b> section of the Virtuoso configuration file, <code>virtuoso.ini</code>. This parameter controls whether accented UNICODE characters should be converted to their non-accented base variants when creating a free-text index or when parsing a free-text query string. The parameter's value is a bitmask integer, currently with only 2 bits in use: | *XAnyNormalization value* | *bit equivalent* | *Description* | | <code>0</code> | <code>00</code> | Default. Nothing is normalized, so "Jose" and "Jos?" are two distinct words. | | <code>1</code> | <code>01</code> | <i>ToBeDone</i> | | <code>2</code> | <code>10</code> | Any "combining character sequence" (a combination of a base character and one or more combining characters) is converted to its (smallest known) base. For example, "?" will lose its accent, and become a plain ASCII "e". | | <code>3</code> | <code>11</code> | This combines <code>1</code> and <code>2</code>, and so causes both conversions. Any pair of base character and combining character loses the second character, and characters with accents lose their accents. | So the fragment of <code>virtuoso.ini</code> would look like: <verbatim> ... [I18N] XAnyNormalization = 3 ... </verbatim> * <code><nowiki>XAnyNormalization = 3</nowiki></code> is recommended for most scenarios requiring such normalization. In some rare cases, <code><nowiki>XAnyNormalization = 1</nowiki></code> may be more appropriate. * The parameter should generally be set before creating a database, and must be set identically for all instances in a cluster configuration. If changed on an existing database, you should rebuild all free-text indexes that may contain non-ASCII data by running the following procedure from isql -- <verbatim> VT_INDEX_DB_DBA_RDF_OBJ(0) </verbatim> * On a typical system, the parameter affects all text columns, XML columns, RDF literals, and queries. (Strictly speaking, it only affects items that use default "<code>x-any</code>" language, or a language derived from <code>x-any</code> such as "<code>en</code>" or "<code>en-US</code>". If you haven't tried writing new C plug-ins for custom languages, you need not look so deep.) * <i><b>Note:</b> We have had requests for a database function that normalizes characters in strings, as the free-text engine does with <code><nowiki>XAnyNormalization=3</nowiki></code>. This function will be provided as a separate patch/update, and will depend on <code><nowiki>XAnyNormalization</nowiki></code>.</i> ---++ Example With <b><code><nowiki>XAnyNormalization=3</nowiki></code></b>, one can get the following: <verbatim> SQL> SPARQL INSERT IN <http://InternationalNSMs/> { <s> <sp> "?ndio Jo?o Macap? J?nior T?rres Lu?s Ara?jo Jos?" ; <ru> "?? ??????? ????????, ??????? ? ???????? ???????? ?? ?????" } ; INSERT INTO <http://InternationalNSMs/>, 2 (or less) triples -- done SQL> DB.DBA.RDF_OBJ_FT_RULE_ADD (NULL, NULL, 'InternationalNSMs.wb'); Done. -- 0 msec. SQL> VT_INDEX_DB_DBA_RDF_OBJ(0); Done. -- 26 msec. SQL> SPARQL SELECT * FROM <http://InternationalNSMs/> WHERE { ?s ?p ?o } ORDER BY ASC (str(?o)) ; s sp ?ndio Jo?o Macap? J?nior T?rres Lu?s Ara?jo Jos? s ru ?? ??????? ????????, ??????? ? ???????? ???????? ?? ????? 2 Rows. -- 2 msec. SQL> SPARQL SELECT * FROM <http://InternationalNSMs/> WHERE { ?s ?p ?o . ?o bif:contains "'?ndio Jo?o Macap? J?nior T?rres Lu?s Ara?jo Jos?'" } ; s sp ?ndio Jo?o Macap? J?nior T?rres Lu?s Ara?jo Jos? 1 Rows. -- 2 msec. SQL> SPARQL SELECT * FROM <http://InternationalNSMs/> WHERE { ?s ?p ?o . ?o bif:contains "'Indio Joao Macapa Junior Torres Luis Araujo Jose'" } ; s sp ?ndio Jo?o Macap? J?nior T?rres Lu?s Ara?jo Jos? 1 Rows. -- 1 msec. SQL> SPARQL SELECT * FROM <http://InternationalNSMs/> WHERE { ?s ?p ?o . ?o bif:contains "'???????? ???????? ?? ?????'" } ; s ru ?? ??????? ????????, ??????? ? ???????? ???????? ?? ????? </verbatim> ---++ Related * [[http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#ini_I18N][Virtuoso ini I18N section]]
sioc:id
5a6b754c4243e15b1a270015649dc116
sioc:link
n4:VirtTipsAndTricksControlUnicode3
sioc:has_container
n8:VOS
n9:has_services
n10:item
atom:title
VirtTipsAndTricksControlUnicode3
sioc:links_to
n7:ToBeDone n7:XAnyNormalization n13:ini_I18N
atom:source
n8:VOS
atom:author
n2:this
atom:published
2017-06-13T05:40:08Z
atom:updated
2017-06-29T07:41:29Z
sioc:topic
n8:VOS