Re: Classes in OWL

What is the difference rdf and xml , 
rdf schema versus xml schema.
 
 see,
       suppose, there is an xml file 
  file1.xml:
        <x1>
          <x2>5345</x2>
          <x3> 
             <x4>34534</x4>
             <x5>"cieaflkd"</x5>
          </x3>
        </x1>
  ok,
 now , the xml schema will define abt the elements and
its datatypes or its so called sub-elements.

But here Rdf/xml file has,
         <rdf>
            <person>
               <name> Uri or value </name>
                <age> uri or value </age>
            </person>
         </rdf>
 ok,
     so where is the schema defined for the person
here.And what are the datatypes of name and ages ,
where shud i define them ,like the one in xml schema.
Do i need to write one more rdf schema file defining
them??
 Pls clarify the concept clearly.
Thanx in advance,
bbye.
      



		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

Received on Tuesday, 31 August 2004 10:42:31 UTC