- From: Chaitanya Saragadam <go4chaitu_eng@yahoo.co.in>
- Date: Tue, 31 Aug 2004 03:41:57 -0700 (PDT)
- To: www-rdf-interest@w3.org
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