The Semantic Web provides a common framework that allows data to be shared and reused across application, enterprise, and community boundaries. http://www.w3.org/2001/sw/
"The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation." -- Tim Berners-Lee, James Hendler, Ora Lassila, The Semantic Web, Scientific American, May 2001
Grass Roots efforts
Large scale projects

<slidesinfo>
<title>The Semantic Web</title>
<author>
<firstname>Steve</firstname>
<surname>Cassidy</surname>
</author>
<affiliation>Centre for
Language Technology</affiliation>
<affiliation>Macquarie University
</affiliation>
<affiliation>Sydney</affiliation>
</slidesinfo>
<http://www.ics.mq.edu.au/people#cassidy> name: "Steve Cassidy" email: Steve.Cassidy@mq.edu.au office: E6A381 webpage: http://www.ics.mq.edu.au/~cassidy/ teaches: http://www.mq.edu.au/units#comp348 reading: isbn:1-55860-534-7 http://schema.peoplesdns.com/menow/#mood: Happy
A formal framework for describing resources (things) based on assertions of triples (subject, predicate, object)

<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="http://www.ics.mq.edu.au/people#cassidy">
<name xmlns="file:/tmp/tmp.n3#">Steve Cassidy</name>
<email xmlns="file:/tmp/tmp.n3#">Steve.Cassidy@mq.edu.au</email>
<office xmlns="file:/tmp/tmp.n3#">E6A381</office>
<webpage xmlns="file:/tmp/tmp.n3#"
rdf:resource="http://www.ics.mq.edu.au/~cassidy/"/>
</rdf:Description>
</rdf:RDF>
:employs a rdf:Property; rdfs:domain :company; rdfs:range foaf:person .
<edd> foafbot, edd's name <foafbot> edd's name is 'Edd Dumbill', according to Dan Brickley, Anon35, Niel Bornstein, Jo Walsh, Dave Beckett, Edd Dumbill, Matt Biddulph, Paul Ford

{ ?x g:husband ?y } => { ?y g:wife ?x }.
{ ?y g:wife ?x } => { ?y a g:Man. ?x a g:Woman }.
{ ?ch g:father ?him; g:mother ?her.}
=> { ?him g:wife ?her }.
Copyright © 2004, Steve Cassidy, CLT