Latest web development tutorials

RDF Tutorial

RDF (Resource Description Framework) is a description of network resources W3C standards, such as the page title, author, date modified, content, and copyright information.

Get started now with RDF (Resource Description Framework)!

RDF document instance

<?xml version="1.0"?>

<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:si="http://www.w3cschool.cc/rdf/">

<rdf:Description rdf:about="http://www.w3cschool.cc">
<si:title>W3CSchool</si:title>
<si:author>Jan Egil Refsnes</si:author>
</rdf:Description>

</rdf:RDF>