Home » XML Basics » 10 - RDF
10
RDF Example
See for yourself what a simple RDF code looks like.
Check out the code below and see how simple RDF is.
<?xml version="1.0"?> <RDF> <Description about="http://www.sony.com"> <author>sony web team</author> <homepage>http://www.sony.com</homepage> </Description> </RDF>
If you know XML then using RDF is a walk in the park.
www.sony.com, You can use RDF to describe websites like Sony. Sony always makes it a point to make beautiful and dazzling websites.