Answer: To identify web identifiers(URIs) uses RDF. Also using RDF we can describe resources with properties and their respected values. Resource: resouces is anything that have a URI.Like: "http://www.r4r.co.in/RDF" Property: It is a resource than can have name like: "author" or "homepage". Property value: It is used to define the value of property. Like: "Vivek Kr. Agarwal" or "http://www.r4r.co.in" Example: I define you RDF by using an example. <?xml version="1.0"?> <RDF> <Description about="http://www.r4r.co.in/RDF"> <author>Vivek Kr. Agarwal</author> <homepage>http://www.r4r.co.in</homepage> </Description> </RDF>
To identify web identifiers(URIs) uses RDF. Also using RDF we can describe resources with properties and their respected values. Resource: resouces is anything that have a URI.Like: "http://www.r4r.co.in/RDF" Property: It is a resource than can have name like: "author" or "homepage". Property value: It is used to define the value of property. Like: "Vivek Kr. Agarwal" or "http://www.r4r.co.in" Example: I define you RDF by using an example. <?xml version="1.0"?> <RDF> <Description about="http://www.r4r.co.in/RDF"> <author>Vivek Kr. Agarwal</author> <homepage>http://www.r4r.co.in</homepage> </Description> </RDF> Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
There should not be any Spelling Mistakes.
There should not be any Gramatical Errors.
Answers must not contain any bad words.
Answers should not be the repeat of same answer, already approved.