<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY news "http://ebiquity.umbc.edu/ontology/news.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:news = "&news;"
  xmlns:assert = "&assert;">
  <news:News rdf:about="http://ebiquity.umbc.edu/getnews/html/id/35/Swoogle-2006-released">
    <rdfs:label><![CDATA[Swoogle 2006 released]]></rdfs:label>
    <news:title><![CDATA[Swoogle 2006 released]]></news:title>
    <news:publishedOn rdf:datatype="&xsd;dateTime">2006-02-01T00:00:00-05:00</news:publishedOn>
    <news:description><![CDATA[<p><a href="http://swoogle.umbc.edu/">Swoogle 2006</a> is a a major
new version of Swoogle, a search engine for the Semantic Web.
Swoogle helps knowledge engineers and software agents find
knowledge on the web encoded in the semantic web languages RDF
and OWL.  It crawls the Web looking for documents that consists
of RDF or have embedded RDF within them.  USing Swoogle, people
and agents can discover Semantic Web ontologies, terms and data.</p>

<p> Swoogle 2005 is a nearly complete rewrite of <a
href="http://swoogle.umbc.edu/2005/">Swoogle Classic</a>, which
now answers to Swoogle 2005.  While Swoogle is currently missing
some of Swoogle 2005's features, it enjoys a cleaner and simpler
model and foundation.  We will be adding in some of these
features as well as new ones over the next few months. Here are
some of Swoogle 2006's highlights: 
<ul>

<li> <b>New hardware</b>.  Swoogle 2006 is running on a set of
three machines: EB2 is a two processor Sun v20z with 4G of memory
and runs the crawler, DBMS and development web interfaces; LOGOS
is an IBM eserver runs the production web interfaces, and NATRAJ
is the file server for the SW cache and archive.</li>

<li><b>More data.</b> Swoogle 2006 has over 850K documents in its
index compared to Swoogle 2005's 340K.  The documents include
about 700K RDF documents and 140K HTML documents with embedded
RDF.</li>

<li><b>Better ranking.</b> Swoogle 2006 uses the improved ranking
algorithms reported on in our <a
href="http://ebiquity.umbc.edu/paper/html/id/241/">ISWC 2005</a>
paper.</li>

<li><b>Better crawling.</b> Swoogle 2006 now does a better job of
crawling new URLs, including those submitted by people.</li>

<li><b>Web services.</b> Swoogle 2006 exposes a set of 17 web
services, currently with simple GCI interfaces that return their
results as RDF graph. Using the web services requires the use of
a key, so we can track usage and possible abuses.</li>

<li><b>RDF output.</b> All query results, whether via a web
service call or through the browser interface, are available in
RDF. For browser-based queries, look for the RDF VERSION link in
the upper left corner of the page.</li>

<li><b>Simpler interface.</b> The human web interface is simpler
and cleaner.</li>

<li><b>Cache and archive.</b> Swoogle 2006 maintains a cache of
the SW documents it finds and also keeps copies of older versions
in it's Semantic Web Archive .</li>

<li><b>Registered user services.</b> Swoogle 2006 has a better
system for user accounts that includes a CAPCHA to keep out
spambots.  Anonymous users only see a limited number of query
results where as registered users can see them all.</li> 

</ul>

<p>Some of the Swoogle 2005 features currently missing from Swoogle
2006 are the shopping cart and triple shop; the ontology
dictionary; swoogle statistics and swoogle's top ten.  We plan to
add these back into Swoogle 2006 over the next few months.  Send
any comments to <i>swoogle-developers at ebiquity.umbc.edu</i>.</p>
]]></news:description>
    <news:uri><![CDATA[http://swoogle.umbc.edu/]]></news:uri>
  </news:News>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
