Academic Tutorials



English | French | Portugese | German | Italian
Google

Home Source Codes E-Books Downloads Contact Us About Us

RDF Tutorial
RDF Introduction
RDF Model
Concepts in RDF
XML Syntax for RDF
An Example for RDF
RDF Summary

HTML Tutorials
HTML Tutorial
XHTML Tutorial
CSS Tutorial
TCP/IP Tutorial
XML Tutorials
XML Tutorial
XSL Tutorial
XSLT Tutorial
DTD Tutorial
Schema Tutorial
XForms Tutorial
XSL-FO Tutorial
XML DOM Tutorial
XLink Tutorial
XQuery Tutorial
XPath Tutorial
XPointer Tutorial
RDF Tutorial
SOAP Tutorial
WSDL Tutorial
RSS Tutorial
WAP Tutorial
Web Services Tutorial
Browser Scripting
JavaScript Tutorial
VBScript Tutorial
AJAX Tutorial
DHTML Tutorial
HTML DOM Tutorial
WMLScript Tutorial
E4X Tutorial
Server Scripting
ASP Tutorial
PHP Tutorial
PERL Tutorial
SQL Tutorial
ADO Tutorial
.NET (dotnet)
Microsoft.Net
XML Web Services
ASP.Net
.Net Mobile
C# : C Sharp
ADO.NET
VB.NET
Multimedia
SVG Tutorial
Flash Tutorial
Media Tutorial
SMIL Tutorial
Web Building
Web Browsers
Web Hosting
W3C Tutorial
Web Building
Web Quality
Web Semantic
Web Careers
Java Tutorials
Java Tutorial
JSP Tutorial
Servlets Tutorial
Struts Tutorial
EJB Tutorial
JMS Tutorial
JMX Tutorial
Programming Langauges
C Tutorial
C++ Tutorial
Visual Basic Tutorial
Data Structures Using C
Soft Skills
Communication Skills
Time Management
Project Management
Team Work
Leadership Skills
Corporate Communication
Negotiation Skills


Resourse Description Framework Summary

Previous Next



RDF

This Chapter is a presentation of Resource Description Framework (RDF) recommended by World Wide Web Consortium (W3C), to model meta-data about the resources of a web. It is described in both the documents [1] and [2]; the former focuses mainly on syntactical aspects while latter addresses the definition of a vocabularies (often called schemas). Though this is the pragmatic approach, We will use slightly different plan, more suited to our own goals (using RDF in the knowledge representation systems). The first section will describe a RDF model, which is the fundamental syntax. Second section will present the semantic aspects of RDF, the concepts and the corresponding vocabulary. The last section describes the XML syntax proposed in [1].


The three kinds of concepts in the RDF

We can distinguish three kinds of concepts in the RDF: The fundamental concepts, The schema-definition concepts (useful for defining a new vocabularies) and The utility concepts (are the concepts which are not absolutely necessary, but are likely to be useful in any of the application domain).


The Description

An RDF document is the list of descriptions. Usually each description applies to one resource, and contains the list of properties. Property values are either the URIs, literals or any other Descriptions.

In XML, the RDF meta-data are embedded in the element named "rdf:RDF". This element do contains the sequence of elements named RDF:Description. Those elements can have one of the two attributes either RDF:about or the RDf:ID (but not both of them).

  • RDF:about is used to describe any of the resource; its value is either an absolute URI or the relative URI.
  • <RDF:Description about="http://vyom.co.in/index.html">
    ...
    </RDF:Description>
  • RDF:ID is used to define the resource; its value is the fragment identifier (without "#" character) to be added to an XML document URI. The resource may not be defined more than once.
  • <RDF:Description ID="foo">
    ...
    </RDF:Description>
  • The description without an RDF:about nor RDF:ID is said to describe an anonymous resource.
  • <RDF:Description>
    ...
    </RDF:Description>



    Share And Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
    • blinkbits
    • BlinkList
    • blogmarks
    • co.mments
    • connotea
    • del.icio.us
    • De.lirio.us
    • digg
    • Fark
    • feedmelinks
    • Furl
    • LinkaGoGo
    • Ma.gnolia
    • NewsVine
    • Netvouz
    • RawSugar
    • Reddit
    • scuttle
    • Shadows
    • Simpy
    • Smarking
    • Spurl
    • TailRank
    • Wists
    • YahooMyWeb

    Previous Next

    Keywords: rdf model, resource description framework xml, rdf statements, rdf schema


    HTML Quizes
    HTML Quiz
    XHTML Quiz
    CSS Quiz
    TCP/IP Quiz
    XML Quizes
    XML Quiz
    XSL Quiz
    XSLT Quiz
    DTD Quiz
    Schema Quiz
    XForms Quiz
    XSL-FO Quiz
    XML DOM Quiz
    XLink Quiz
    XQuery Quiz
    XPath Quiz
    XPointer Quiz
    RDF Quiz
    SOAP Quiz
    WSDL Quiz
    RSS Quiz
    WAP Quiz
    Web Services Quiz
    Browser Scripting Quizes
    JavaScript Quiz
    VBScript Quiz
    AJAX Quiz
    DHTML Quiz
    HTML DOM Quiz
    WMLScript Quiz
    E4X Quiz
    Server Scripting Quizes
    ASP Quiz
    PHP Quiz
    PERL Quiz
    SQL Quiz
    ADO Quiz
    .NET (dotnet) Quizes
    Microsoft.Net Quiz
    XML Web Services Quiz
    ASP.Net Quiz
    .Net Mobile Quiz
    C# : C Sharp Quiz
    ADO.NET Quiz
    VB.NET Quiz
    Multimedia Quizes
    SVG Quiz
    Flash Quiz
    Media Quiz
    SMIL Quiz
    Web Building  Quizes
    Web Browsers Quiz
    Web Hosting Quiz
    W3C Quiz
    Web Building Quiz
    Web Quality Quiz
    Web Semantic Quiz
    Web Careers Quiz
    Java Quizes
    Java Quiz
    JSP Quiz
    Servlets Quiz
    Struts Quiz
    EJB Quiz
    JMS Quiz
    JMX Quiz
    Programming Langauges Quizes
    C Quiz
    C++ Quiz
    Visual Basic Quiz
    Data Structures Using C Quiz
    Soft Skills Quizes
    Communication Skills Quiz
    Time Management Quiz
    Project Management Quiz
    Team Work Quiz
    Leadership Skills Quiz
    Corporate Communication Quiz
    Negotiation Skills Quiz

    Privacy Policy
    Copyright © 2003-2008 Vyom Technosoft Pvt. Ltd., All Rights Reserved.