Difference between revisions of "Semantic web"

From Creolista!
Jump to: navigation, search
(Markup languages)
(Markup languages)
Line 13: Line 13:
 
;XML
 
;XML
 
:eXtensible Markup Language
 
:eXtensible Markup Language
;HTML
+
;(x)HTML
:HyperText Markup Language
+
:(eXtensible?) HyperText Markup Language
  
add either structural/presentational (HTML) or semantic (XML) information to plain text.  For example:
+
add either structural/presentational (HTML) or semantic (XML) information to plain text.  CSS and XSL are languages that instruct browsers on how to display HTML and XML pages (these are called stylesheets).  Schema (often called DTDs) provide the relationships between the mark-up tags used in the document.  The <Doctype> declaration at the beginning of an HTML or XHTML document points to the schema at W3.
 
 
*<h1>particles</h1>
 
*<h2>adpositions</h2>
 
*<p>The term <i>ad</i>position is a hyperonym for the terms <i>pre</i>position and <i>post</i>position
 

Revision as of 16:14, 8 April 2011

Introduction

One difficulty with the web is its sheer size. In the early days, I navigated the Internet through a combination of errance and navigating through hierarchical Gopher menus (which by 1995 began to be supplanted by web directories like Yahoo! and AltaVista

Search engines made the web much more accessible: AltaVista (95), Infoseek, Lycos, Exicte (which could have bought Google for 750,000 in 1998), and of course Google.

Markup languages

The languages of the web, such as:

SGML
Standardized General Markup Language
XML
eXtensible Markup Language
(x)HTML
(eXtensible?) HyperText Markup Language

add either structural/presentational (HTML) or semantic (XML) information to plain text. CSS and XSL are languages that instruct browsers on how to display HTML and XML pages (these are called stylesheets). Schema (often called DTDs) provide the relationships between the mark-up tags used in the document. The <Doctype> declaration at the beginning of an HTML or XHTML document points to the schema at W3.