W3Schools

home HOME

RDF Tutorial
RDF HOME
RDF Intro
RDF Rules
RDF Example
RDF Elements
RDF Containers
RDF Collections
RDF Schema
RDF Dublin Core
RDF Reference
RDF OWL

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

W3Schools Forum

Helping W3Schools

pixels

RDF Rules

Previous Next

RDF uses Web identifiers (URIs) to identify resources.

RDF describes resources with properties and property values.


RDF Resource, Property, and Property Value

RDF identifies things using Web identifiers (URIs), and describes resources with properties and property values.

Explanation of Resource, Property, and Property value:

  • A Resource is anything that can have a URI, such as "http://www.w3schools.com/RDF"
  • A Property is a Resource that has a name, such as "author" or "homepage"
  • A Property value is the value of a Property, such as "Jan Egil Refsnes" or "http://www.w3schools.com" (note that a property value can be another resource)

The following RDF document could describe the resource "http://www.w3schools.com/RDF":

<?xml version="1.0"?>
<RDF>
  <Description about="http://www.w3schools.com/RDF">
    <author>Jan Egil Refsnes</author>
    <homepage>http://www.w3schools.com</homepage>
  </Description>
</RDF>

lamp The example above is simplified. Namespaces are omitted.


RDF Statements

The combination of a Resource, a Property, and a Property value forms a Statement (known as the subject, predicate and object of a Statement).

Let's look at some example statements to get a better understanding:

Statement: "The author of http://www.w3schools.com/RDF is Jan Egil Refsnes".

  • The subject of the statement above is: http://www.w3schools.com/RDF
  • The predicate is: author
  • The object is: Jan Egil Refsnes

Statement: "The homepage of http://www.w3schools.com/RDF is http://www.w3schools.com".

  • The subject of the statement above is: http://www.w3schools.com/RDF
  • The predicate is: homepage
  • The object is: http://www.w3schools.com

Previous Next


Have you ever wanted to distribute your dynamic web sites on a CD or DVD?

PHP/MySQL on CD/DVD with DWebPro!    DWebPro is a stand alone web server developed specifically for distributing dynamic web sites (for example PHP/MySQL, ASP.Net/Ms Access) on CD or DVD without needing to rewrite the web site code.

Just imagine the look on your client's face when you:

Download Your Copy of DWebPro, it's "FREE for non commercial use"!



Jump to: Top of Page or HOME or Printer Friendly Printer friendly page

W3Schools provides material for training only. We do not warrant the correctness of its contents. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.

Copyright 1999-2007 by Refsnes Data. All Rights Reserved.

Validate Validate W3C-WAI level A conformance icon W3Schools was converted to XHTML in December 1999
SITE SEARCH
 
About W3Schools
W3Schools Forum
Web charting
Web based charting
for ASP.NET
WEB HOSTING
$15 Domain Name
Registration
Save $20 / year!
UK Domain Names
UK Web Hosting

Alojamiento Web
Buy UK Domain Names
Register Domain Names
Cheap Domain Names
Cheap Web Hosting
Best Web Hosting
Bulk Domain Names
UK Web Hosting
PHP MySQL Hosting
Web Hosting UK
Top 10 Web Hosting
Web Hosting Providers
ASP.NET Web Hosting
3 Months Free!
Programming Forums
Windows Web Hosting
WEB BUILDING
XML Website Tools
Website Templates
Flash Templates
Website Builder
Internet Business Opportunity
Custom Programming
BEST Flash Templates
Web Design Forum
Programming Forum
FREE Trial or Demo
Web Content Manager
Forms,Web Alerts,RSS
HTML Exam
SHOPPING
UK Wholesalers
UK Wholesale
ONLINE DEGREE
Advance Your Career
with Drexel University
Bachelor's & Master's
Tech Degrees ONLINE

pixels