RDF – Resource Description Framework
March 30, 2006 on 5:55 am | In XML | 1 CommentRDF – Resource Description Framework
RDF is a framework for describing and interchanging metadata. It has these rules:
- Resource – Anything that can have URI
- Property – Resource that has a name and can be used as a property
- Statement – The combination of a Resource, a Property, and a value.
Characteristics of RDF
- Independence – Anybody can define, no specific rules
- Interchange – Using XML
- Scalability – Simple, three-part records (Resource, Property, Value)
- Properties are Resources – Properties can have their own properties and can be found and manipulated like any other Resource
- Values Can Be Resources
- Statements Can Be Resources
Terms:
Metatdata – information about information
URI – Uniform Resource Identifier
Resources:
http://www.xml.com/pub/a/2001/01/24/rdf.html
http://www-128.ibm.com/developerworks/library/w-rdf/
http://www.w3.org/RDF/
1 Comment »
RSS feed for comments on this post. TrackBack URI
Leave a comment
You must be logged in to post a comment.
Powered by WordPress with Pool theme design by Borja Fernandez.
Entries and comments feeds.
Valid XHTML and CSS. ^Top^
Good job.
Comment by Cas — August 7, 2006 #