📄 default.asp@output=print
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-US" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Semantic Web</title>
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="Keywords" content="xml,tutorial,html,dhtml,css,xsl,xhtml,javascript,asp,ado,vbscript,dom,sql,colors,soap,php,authoring,programming,training,learning,beginner's guide,primer,lessons,school,howto,reference,examples,samples,source code,tags,demos,tips,links,FAQ,tag list,forms,frames,color table,w3c,cascading style sheets,active server pages,dynamic html,internet,database,development,Web building,Webmaster,html guide" />
<meta name="Description" content="Free HTML XHTML CSS JavaScript DHTML XML DOM XSL XSLT RSS AJAX ASP ADO PHP SQL tutorials, references, examples for web building." />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "../../https@ssl./default.htm" : "../../www./default.htm");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-3855518-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
<h1>Semantic Web Tutorial</h1>
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="semantic_example.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<hr />
<table width="100%"><tr>
<td width="120"><img src="semweb.gif" alt="The Web" /></td>
<td valign="top">
<p class="intro">The Semantic Web = a Web with a meaning.</p>
<p>"If HTML and the Web made all the online documents look like
one huge <b>book</b>, RDF, schema, and inference
languages will make all the data in the world look like one
huge <b>database</b>"</p>
<i>Tim Berners-Lee, Weaving the Web, 1999</i>
<p class="intro"> </p>
</td>
</tr></table>
<br />
<hr />
<h2>What Is The Semantic Web? </h2>
<p>The word <b>semantic</b> stands for the <b>meaning of</b>. The semantic of something is the
meaning of something. </p>
<p>The Semantic Web is a web that is able to describe things in a way that
computers can understand.</p>
<ul>
<li>The Beatles was a popular band from Liverpool.</li>
<li>John Lennon was a member of the Beatles.</li>
<li>The record "Hey Jude" was recorded by the Beatles.</li>
</ul>
<p>Sentences like these can be understood by people. But how can they be
understood by computers?</p>
<p>Statements are built with syntax rules. The syntax of a language defines the
rules for building the language statements. But how can syntax become semantic?</p>
<p>This is what the Semantic Web is all about. Describing things in a way that
computers applications can understand.</p>
<p>The Semantic Web is <b>not about links</b> between web pages. </p>
<p>The Semantic Web
describes the <b>relationships between things</b> (like A is a part of B and Y is a member of
Z) and the <b>properties of things</b> (like size, weight, age, and price)</p>
<hr />
<h2>The Resource Description Framework</h2>
<p>RDF (Resource Description Framework) is a markup language for describing
information and resources on the web.</p>
<p>Putting information into RDF files, makes it possible for computer programs
("web spiders") to search, discover, pick up, collect, analyze and process information from the web.</p>
<p>The Semantic Web uses RDF to describe web resources.</p>
<p>If you want to learn more about RDF please <a href="../rdf/default.asp">read our RDF tutorial</a>.</p>
<hr />
<h2>How Can It Be Used?</h2>
<p>If information about music, cars, tickets (and everything else) were stored in RDF files,
intelligent web applications could collect information from many different
sources, combine information, and present it to
users in a meaningful way. </p>
<p>Information like this:</p>
<ul>
<li>Car prices from different resellers</li>
<li>Information about medicines</li>
<li>Plane schedules</li>
<li>Spare parts for the industry</li>
<li>Information about books (price, pages, editor, year)</li>
<li>Who is who</li>
<li>Dates of events</li>
<li>Computer updates</li>
</ul>
<hr />
<h2>Can It Be Understood?</h2>
<p>The Semantic Web is not a very fast growing technology.</p>
<p>One of the reasons for that is the learning curve. RDF was developed by
people with academic background in
logic and artificial intelligence. For traditional developers it is not very
easy to understand.</p>
<p>One fast growing language for building semantic web applications is RSS. If
you want to learn more about RSS please
<a href="../rss/default.asp">read our RSS tutorial</a>.</p>
<p>In the following pages of this tutorial we will concentrate on using RDF to
discover the potentials of the semantic web.</p>
<p>Please move on to the next chapter to see a simple semantic web application
example.</p>
<hr />
<a href="../default.asp"><img border="0" src="../images/btn_previous.gif" width="100" height="20" alt="Previous" /></a>
<a href="semantic_example.asp"><img border="0" src="../images/btn_next.gif" width="100" height="20" alt="Next" /></a>
<p>From <b>http://www.w3schools.com</b> (Copyright Refsnes Data)</p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -