
tempo - time and billing web 2-style - 0 views
Work 2.0 Demo - 0 views
Dancing With Gorillas: The New Web Era - ReadWriteWeb - 0 views
complete free online office solution - 0 views
Martindale-Hubbell Blog - 0 views
Office 2.0 Conference: Agenda - 0 views
oclc - online computer library center - 0 views
TagCloud Demo - 0 views
The Enterprise 2.0 Bullseye - 0 views
TalkShoe™ Corporate Podcasting - 0 views
TWINE - semantic web analysis + machine learning = relevance - 0 views
-
Monday, October 29, 2007
The Semantic Web Goes Mainstream
Continued from page 1
By Kate Greene
<script type="text/javascript">
<!--//--><![CDATA[//><!--
startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("tier2");
navRoot2 = document.getElementById("tier2a");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+="over";
}
node.onmouseout=function() {
this.className=this.className.replace("over", "");
}
}
}
if(navRoot2 != null)
{
for (j=0; j<navRoot2.childNodes.length; j++) {
node2 = navRoot2.childNodes[j];
if (node2.nodeName=="LI") {
node2.onmouseover=function() {
this.className+="over";
}
node2.onmouseout=function() {
this.className=this.className.replace("over", "");
}
}
}
}
}
}
window.onload=startList;
//--><!]>
</script>



