MultiLanguage Support  queries in SDO_RDF_MATCH

Hello;
I can insert rows that have language specification for en/es with INSERTs.
I see in the table that I have two rows, one for RDFLANG -es- and another one for -en-.
The question is how can obtain with SDO_RDF_MATCH only the statement for the -es- language if I do not know what is the information of the label.
( ?Person :hasName ?Name @es ) or similar ...
Best
Isidro

If you want to maintain ordering information , you might also want to use rdf:List. To handle your example, you would use something like:
myshoppingcart hasArticles _:head.
_:head rdf:first article0.
_:head rdf:rest _:item1.
_:item1 rdf:first article1.
_:itemn rdf:rest rdf:nil.
Even though rdf:list and rdf:seq will work for you example, In the general case, you might need to user reification as you suggested if you want to associate generic information with triples.
You can read this for more information:
http://www.w3.org/TR/rdf-mt/#Reif
Oracle supports loading and querying reified triples (they are just like any other triples, with the exception of having to add 4 extra triples per original triple to reify it, so your data set size will increase).
Vladimir

Similar Messages

  • Multilanguage Support at data level

    Hi,
    I have seen that BO provides a tool (Trasnlation manager) to provide multilanguage support at metadata kevel (universes and reports), What about the contents. For instance: Consider that we have a dimensional month table with month names for ecah language in different columns. How to achieve that BO displays the month name according for user local language preferences?
    Thanks

    Hi Stratos,
    Thanks for your suggestion. Its fits well for a table with following structure
    Product ID LOCALE Product_Name
    DC1212 en_GB Digital camera Appareil photo
    DC1212 fr_FR numérique
    DC1212 de_DE Digitalkamera 606 Universe Designer
    DC1212 es_ES Cámaras digitales
    SELECT Product_Name
    FROM PRODUCT
    WHERE PRODUCT.LOCALE = @Variable('PREFERRED_VIEWING_LO
    CALE')
    At query time the user replaces the variable by the correct locale value and Web Intelligence retrieves the information in that locale.
    But what happens if instead of a LOCALE column I have a table with a diferent column for each language?  Could be possible to apply some workaround?
    Thanks

  • Multilanguage support in jsp reports (web layout) and in jsp general

    Hi!
    We have to develop multilingual applications, so we decide to use Oracle TranslationHub for translate our reports. This is restricted to paper layout at the moment.
    1.
    Are there plans to support jsp reports layouts through TranslationHub?
    2.
    I have played around whith some reports jsp tags (rw:), but it seems that it cannot reference boilerplates. If I could read the value from a paper layout boilerplate this would be a temporary solution, as all of our actual jsp reports contains paper layout as well and this I can translate with Oracle TranslationHub.
    3.
    Do you know any standard implementation for multilanguage support for jsp like resource files? Any hint to ducumentation would be helpful.
    With kind regards
    Torsten

    Check out this "pager" taglib:
    http://jsptags.com/tags/navigation/pager/index.jsp
    Also this one:
    http://www.servletsuite.com/servlets/pagertag.htm

  • How do I stop apple support queries from filling my inbox? I've changed settings and I constantly get others questions filling my inbox every minute???

    What settings do I need to change so my inbox does not fill with apple support queries?

    Click here for the instructions on stopping the emails.
    (105321)

  • JavaHelp & multilanguage support

    Hello.
    I bumped into a big problem. I can't see any way to solve it.
    My Java applet has a help system. Also there is a multilanguage support within applet. And user can switch applet's language on fly without any restart procedure. And that created a big trouble for me.
    I can't realize the hot language switching winthin the JavaHelp system,
    Imagine that the user opened the help system and than switched to the applet. In that way the help window was went to inactive state. Than the user chose another language within applet.
    Can anybody tell me how do I switch the help system into another language without it appearance?
    I tried to use Presentation.setHelpSet() function but after I do that the help window appear again. But I don't need it.
    Any advices will be appreciated.

    I am sorry I can't help you, but perhaps you can help me. My applet
    (see www.rimfrost.no) is multilingual (english, french, spanish, german finish, icelandic, norwegian). All String and labels are arrays; the language pointer point at the String/label to be shown. However this will not work with russian. Do you have have any suggestions?
    Thank you in advance
    Sigmund Hov Moen

  • Multilanguage support for xMAM ..?

    Hi guys,
    I am trying to make the activity codes of xMAM v3 to be transferred to the device in language different than EN. What I've done so far:
    - enabled the multilanguage support in customizing of MAM (spro)
    - put the communication and login language of my user to the desired one (su01)
    - logged in to the device using this language
    - create an order with the corresponding language (stupid idea anyway, since the codes are got from other SyncBos)
    I am totally out of ideas how can get from backend the strings in language different than EN. It is not about only activity codes/groups in MAM17 and MAM18, but in general.
    Thanks in advance!
    Best Regards,
    Lalo

    Hi Lalo,
    well, I am still not sure what your problem is - but....
    The selection of the Code Group for example happens in:
    BAPI_CODEGROUP_CODE_GETLIST
    Well, this method is called in ALM_ME_CODEGRP_GETDETAIL and there you find the line
    langu              = sy-langu
    so this defines the language.
    Perhaps this helps you to solve your issue and understand the process a little? So you are right - it is the GETDETAIL handler as such - but the language in there is defined by sy-language as you see. Change the language and all should be fine.
    Regards,
    Oliver
    Edited by: Oliver Kaluscha on Jan 30, 2008 2:19 PM
    oh - just to mention - MAM017 and so on are running under the RFC user in the backend - so the language of the current user on the PDA will not really help here I think.
    Regards,
    Oliver

  • MultiLanguage Support  (JSP)

    Hi,
    Can anybody tell me about how we can implement Multilanguage Support for a website using JSP.There is a Java.Util class called resource bundle which is used so if anybody knows about it and can also give me an insight to it. I'll be greatfull.

    Most servlet engines provide this feature. Check the documentation with yours.

  • Flex and multilanguage support for webUI

    I am looking into Flex as the next-gen development system for
    our web apps. I do not know very much about Flex at this time, but
    I need to find out how Flex handles multilanguage capability.
    Currently, we make heavy use of JS and DHTML for our UI
    design, and to support different languages we separate out all our
    strings into individual files (utf8) that are translated. The
    client-side JS will make a call to the server to determine the
    user's language preference and load the appropriate string file
    when rendering the UI.
    I need to know if something like this is possible in the Flex
    environment, or how Flex handles multilanguage string separation.
    Thanks

    Hi Lalo,
    well, I am still not sure what your problem is - but....
    The selection of the Code Group for example happens in:
    BAPI_CODEGROUP_CODE_GETLIST
    Well, this method is called in ALM_ME_CODEGRP_GETDETAIL and there you find the line
    langu              = sy-langu
    so this defines the language.
    Perhaps this helps you to solve your issue and understand the process a little? So you are right - it is the GETDETAIL handler as such - but the language in there is defined by sy-language as you see. Change the language and all should be fine.
    Regards,
    Oliver
    Edited by: Oliver Kaluscha on Jan 30, 2008 2:19 PM
    oh - just to mention - MAM017 and so on are running under the RFC user in the backend - so the language of the current user on the PDA will not really help here I think.
    Regards,
    Oliver

  • Multilanguage support for awt components..

    hi all,
    when i tried to use .setFont() method for awt componets like labels and buttons it is displayed as rectangles insted of showing the appropriate characters. actually i tried to set the font to "simsun" (unicode font for chinese). but it works fine for swing components.
    how can we achieve that for awt without changing the font.properties file? or how can we insist to use the font.properties file supplied by us insted of default font.property file for that language?
    can we run the application by putting our font.properties file which is meant to be used for only our application, in the current working folder insted of putting in javahome\jre\lib path?
    thanks in advance..
    regards
    sojan

    Hi Sojan,
    first up, forget the notion of even tinkering with the font.properties file if you can. It's an old, outdated method of setting up the fonts that Sun doesn't even support any more. Use setFont() where you can, and die trying in the process! ;-)
    One thing I would check is which font each AWT component currently thinks it has. It's easy enough to set the font system wide with Swing components, but I'm not sure if that capability extends to AWT components (I've certainly had trouble with it in various places in the past). While you've set up the Chinese font correctly, your AWT components might still be stuck with the Java default (Helvetica, or whatever it is, which is incapable of displaying Chinese), and hence displaying the rectangles because they don't know how to handle the foreign characters. You might need to set SimSun as the font for each of your AWT components individually at a worst-case scenario.
    Hope that helps,
    Martin Hughes

  • OWB 10.2 Multilanguage Support  (MLS) - no way?

    Hi Experts,
    it seems Oracle forgot to implement the MLS Support for Dimensions.
    1. Languagespecific Descriptions for Dimension, Attributes, Hierarchies, ...:
    You can specify this in OWB (Properties on a Dimension, Tab Translations), but this has no effect on OLAP-Catalog or AW. There you just have Desciptions for the Base Language.
    What am I doing wrong?
    2. Languagespecific Descriptions for Dimensionmembers:
    No way in OWB. You cannot tell an attribute to be multilingual like in AWM.
    If I define a Dimension with AWM I can do both: 1. and 2. without any problem.
    Does anybody can help me. Thanks
    Regards
    Claus

    The MLS metadata is not deployed to the AW ..as you have found. The AW MLS implementation came late in the 10.2 release of the server, and unfortunately could not be incorporated into the OWB 10gR2 release. There is a bug/enhancement requested for this.

  • Currency input verifier for multilanguage support

    Hello,
    i must build a multilanguage Java GUI with currency input fields. How can i create a language independed currency input verifier?
    Or exist a language independed Java Swing curreny component cotrol?
    Can anybody help me with a code example or link tip?
    Thank you and best regards
    Tom

    If you want to use multi langauge you could use internationalization in java.
    http://java.sun.com/docs/books/tutorial/i18n/index.html

  • Regarding multilanguage support...

    Hi,
    I have few reports which were developed in WINDOWS env using rep6i and they run in UNIX. few ODFs are used in these reports which were developed in english langauage..Now, my client wants to implement the same reports in ukraine and for that they want to display the content of all the ODFs as well as all labels in ukrainian language..Is there any way to do it other than redeveloping all ODFs and reports in this language?Can this be done with the help of some configuration file?

    there are different approaches to multilingual support:
    I remeber there was a tool in 6i (called translation hub i think), which was able to extract all static text-values from a form/a report, give you the chance to "translate" the texts with a frontend and then "inject" the translation into the module again. I also remember that the results was a new fmb (at leaft for fmbs') and, depending on the developer-client NLS-settings, the compilation create a language-secific fmb (i don't know if it worked the same way for reports).
    The secord approach would be to have only one executbale (rdf or rep) and give it some language-information at startup and then read the language-specific parts either from some local file or from a database table in before-report-trigger. Anyway, you will need to make changes to your report.
    i don't know what to do with odf.

  • MultiLanguage support for Oracle Text

    Hi,
    We are providing multi language support in our application. So, we are using the NVarchar datatype. And we want to provide the search option for that text. So if i tried to create an index on that column it is giving the error and unable to create the index on that column. Same if tried to create an index on Char and Varchar datatypes it was successfully created the index on those columns and search is working fine.
    But according to our requirements, we should provide the multi language support in our application.
    Please suggest me how to create indexes on NVarchar datatype and providing the oracle text search features on that datatype.
    Waiting for your favourble reply.
    Thanks in advance.
    Regards,
    Anil.

    No place in the standard docs very well. There was a note I found on it at one point, but I can't find the number at the moment. 10g new features for Text note has some info on it though. I'll look again tomorrow.
    I did a lot of research on the world_lexer a few months back (wrote some info on IR & Oracle Text our newest Oracle Press book), and got some good info from the product team. One of the chapters covering Text will be made available for free and there is a diagram in there of how the world_lexer processes text. I'll post the link to the forum when it is available.
    Since it doesn't require a language column, it attempts to auto-recognize the text...but not really the language. More like...the type of text it is. White-space delimited languages like English or Spanish are easy to break into tokens. Japanese & Korean are another story...no white-space delimiter. Arabic is yet another story. Those are essentially the buckets that text is thrown into for breaking into tokens when using the world_lexer.
    So, where does German fall? It will be broken up similar to English. But what about the special features (like alternate spelling) that are available? Nope - sorry. It doesn't know German from French. With the multi_lexer you defined sub-lexers and told Text which records were German or French. This means that you can use more of the lang features with it. The world_lexer is much easier to implement and maintain, but it is a trade-off.
    Hope that defines it a little better.

  • Font for multilanguage support

    Hi,
    How can I use embed fonts for multi language support. If i set embed fonts  = false; then the text input is taking any language but i need to use embed fonts as well as need to support any language
    How can I acheive that.
    Please give me suggesstion

    If you want to use multi langauge you could use internationalization in java.
    http://java.sun.com/docs/books/tutorial/i18n/index.html

  • 9iAS --MULTILANGUAGE SUPPORT

    I am using Oracle9 IAS for connecting the remote user.
    On my FORMSWEB.CFG ,I have Simplified / transitional Chinese setting(transitional Chinese is default) .
    ----------- FORMSWEB.CFG
    [abc.zh_cn]
    envFile=chs.env
    workingDirectory=D:\TEST\CN
    form=MODULE1.fmx
    (in chs.env
    NLS_LANG = SIMPLIFIED CHINESE. ZHS16GBK)
    [abc]
    envFile=abc.env
    form=MODULE1.fmx
    (in abc.env
    NLS_LANG = TRADITIONAL CHINESE_TAIWAN.ZHT16BIG5))
    IF I USE : http://kh-product.cubix.com.tw:7777/forms90/f90servlet?config=abc
    Base on the documents which provide by oracle, it can automatic judge which kind of language is using through the Browers language setting.
    But the remote user can see only transitional Chinese character set(even language is SIMPLIFIED CHINESE in the brower) . I have included SIMPLIFIED CHINESE language support on browser IE 5.5 for remote user but didnt work.
    I have installed Oracle 9IAS.
    Regards

    Is this happening after you have built your application?
    What is your lv version?

Maybe you are looking for

  • No error ! but no correct output in sending a mail using javax.mail

    I am giving my code sample over here : - try { Properties props = new Properties(); props.setProperty("mail.smtp.host", "mail.google.com"); Session mailSession = Session.getDefaultInstance(props, null); MimeMessage message = new MimeMessage(mailSessi

  • BUT000-BPKIND history

    Hello I am looking for a database table which contains the history of changes of BUT000-BPKIND. Please help me. Thank you.

  • Dequeue not working in one call

    Hi I am selecting some records based on some selection criteria and acquiring a lock on them by ENQUEUE. After processing the records, I call DEQUEUE. My problem is when I call DEQUEUE, some locks are being released and some are not. For those whose

  • Calculating fields in forms

    Help -- I am tryiing to get certain fields in a form to calculate based on selection of other fields.  The fields to be selected already have values in them.  (The same format I have used for several years, just new set of forms) I get through the po

  • Adobe Elements 11 download to Mac Pro

    I just bought adobe photoshop Element11 from Office Depot and opened it only to find CDs I have a apple Mac Book Pro and do not have a CD drive how can I go about installing this I know that I can not take it back to the store after opening it ... th