1.

What Are The Rdf Rules?

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.wisdomjobs.com/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: "XXXX" or "http://www.wisdomjobs.com"

Example: I define you RDF by using an example.

<?xml version="1.0"?>
<RDF>
<Description about="http://www.wisdomjobs.com/RDF">
<author>XXXX</author>
<homepage>http://www.wisdomjobs.com</homepage>
</Description>
</RDF>

To identify web identifiers(URIs) uses RDF.Also using RDF we can describe resources with properties and their respected values.

Example: I define you RDF by using an example.

<?xml version="1.0"?>
<RDF>
<Description about="http://www.wisdomjobs.com/RDF">
<author>XXXX</author>
<homepage>http://www.wisdomjobs.com</homepage>
</Description>
</RDF>



Discussion

No Comment Found