IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Gene Ontology Schema

    Posted 01/10/05 09:19 AM

    Hello all,

    Can anyone help me in defining the attached RDF schema to Tamino as an XML schema.

    After all is it possible to define such a schema as an XML schema or should I load the data as non-XML?

    Eagerly waiting for help.

    Best regards,
    Gopal.
    go_200411.dtd (4.31 KB)


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Gene Ontology Schema

    Posted 01/10/05 12:23 PM

    Hello Gopal,

    Can you please send me the data ( Instances)

    Thanks,
    Prashant Jedhe


    #Tamino
    #webMethods
    #API-Management


  • 3.  RE: Gene Ontology Schema

    Posted 01/10/05 02:11 PM

    Hi Prashant,

    I attached a piece of the original data. The original document contains a long sequence of go:term elements (which I would split up before loading, of course).

    Thanks for help in advance!

    Best regards,
    Gopal.
    go_pieceofdata.xml (90.7 KB)


    #Tamino
    #API-Management
    #webMethods


  • 4.  RE: Gene Ontology Schema

    Posted 01/11/05 05:38 AM

    Hello gopal,

    DTD provided by you, can be converted into 2 Schema.

    1. go_200411.tsd
    2. rdf.tsd

    And there is cyclic import between these 2 Schemas. So you need to define them in a sequence.
    I had enclosed 3 Schemas in an archive. Define them in the sequence mentioned below,

    1. rdf1.tsd ( without any references)
    2. go_200411.tsd
    3. rdf2.tsd ( with references , so update the schema)

    I am able to successfully load the schema’s and the instance file provided.

    Thanks,
    Prashant Jedhe
    GeneOntology.zip (2.39 KB)


    #Tamino
    #webMethods
    #API-Management


  • 5.  RE: Gene Ontology Schema

    Posted 01/11/05 11:36 AM

    Hello Prashant,

    Excellent trick! Thank you very much.

    BTW, Tamino 4.2 supports XML data without schema (optional schema collections). In that case what are the advantages of defining a schema?

    BTW, can we customize indices on a non-schema doc-type? ie., can I define standard index on some element and text index on some element and drop index on some other element etc. etc.

    Best regards,
    Gopal.


    #Tamino
    #webMethods
    #API-Management


  • 6.  RE: Gene Ontology Schema

    Posted 01/12/05 10:43 AM

    Hi Gopal

    > Excellent trick!
    Unfortunately, this is the only way how to define a schema with cyclic imports
    in Tamino 4.2. In the next Tamino version this will hopefully be improved!

    > can we customize indices on a non-schema doc-type?
    No, no physical+logical properties like indexes, mapping, collations can be
    specified for schemaless stored documents. However, at least a condensed
    structure index will be created.

    Best regards
    Uli


    #webMethods
    #API-Management
    #Tamino


  • 7.  RE: Gene Ontology Schema

    Posted 01/12/05 02:14 PM

    Hi Uli,

    Thanks for the valuable info.

    Cheers,
    Gopal.


    #Tamino
    #webMethods
    #API-Management