Difference between revisions of "Resource Description Framework"

MyWikiBiz, Author Your Legacy — Friday March 29, 2024
Jump to navigationJump to search
m
Line 5: Line 5:
 
By adding simple hidden annotations to your text, known as [http://www.centiare.com/Help:Semantic_Tags Semantic Tags] your information is more accurately categorized, found and ranked by search engines. This technique is and is very easy to use at Centraire!  
 
By adding simple hidden annotations to your text, known as [http://www.centiare.com/Help:Semantic_Tags Semantic Tags] your information is more accurately categorized, found and ranked by search engines. This technique is and is very easy to use at Centraire!  
  
The Resource Description Framework (RDF) is a language for representing information about resources in the World Wide Web. This Primer is designed to provide the reader with the basic knowledge required to effectively use RDF. It introduces the basic concepts of RDF and describes its XML syntax. It describes how to define RDF vocabularies using the RDF Vocabulary Description Language, and gives an overview of some deployed RDF applications. It also describes the content and purpose of other RDF specification documents.
+
RDF is a language for representing information about resources in the World Wide Web. '''Example: "The cat has the color orange" organized for expression in RDF:'''
 
 
'''Example: "The cat has the color orange" organized for expression in RDF:'''
 
 
*Subject = "the cat"
 
*Subject = "the cat"
 
*Predicate = "has the color"
 
*Predicate = "has the color"
Line 15: Line 13:
  
 
Centraire's [http://www.centiare.com/Help:Semantic_Tags Semantic Tags] make creating RDF simple, and increase the value of your information in many ways, such as for [http://www.centiare.com/Centiare:Search_Engine_Optimization search engine optimization], also known as SEO.
 
Centraire's [http://www.centiare.com/Help:Semantic_Tags Semantic Tags] make creating RDF simple, and increase the value of your information in many ways, such as for [http://www.centiare.com/Centiare:Search_Engine_Optimization search engine optimization], also known as SEO.
 +
 +
The Primer linked to at the bottom of this page is designed to provide the reader with the basic knowledge required to effectively use RDF. It introduces the basic concepts of RDF and describes its XML syntax. It describes how to define RDF vocabularies using the RDF Vocabulary Description Language, and gives an overview of some deployed RDF applications. It also describes the content and purpose of other RDF specification documents.
  
 
==External links==
 
==External links==
 
[http://www.w3.org/TR/rdf-primer/ W3C RDF Primer]
 
[http://www.w3.org/TR/rdf-primer/ W3C RDF Primer]

Revision as of 06:30, 5 February 2007

Resource Description Framework

Centraire implements a method you can use to more accurately label information so people and search engines can find it known as the Resource Description Framework (RDF).

By adding simple hidden annotations to your text, known as Semantic Tags your information is more accurately categorized, found and ranked by search engines. This technique is and is very easy to use at Centraire!

RDF is a language for representing information about resources in the World Wide Web. Example: "The cat has the color orange" organized for expression in RDF:

  • Subject = "the cat"
  • Predicate = "has the color"
  • Object = "orange"

The subject is the resource, and the predicate (denoting traits or aspects of the subject) expresses a relationship between the subject and the object. The RDF metadata model makes statements about resources as subject-predicate-object expressions, "triples" in RDF terminology.

Centraire's Semantic Tags make creating RDF simple, and increase the value of your information in many ways, such as for search engine optimization, also known as SEO.

The Primer linked to at the bottom of this page is designed to provide the reader with the basic knowledge required to effectively use RDF. It introduces the basic concepts of RDF and describes its XML syntax. It describes how to define RDF vocabularies using the RDF Vocabulary Description Language, and gives an overview of some deployed RDF applications. It also describes the content and purpose of other RDF specification documents.

External links

W3C RDF Primer