<?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 project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.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:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:Resource rdf:about="http://ebiquity.umbc.edu/resource/html/id/190/Detecting-Spam-Blogs-A-Machine-Learning-Approach">
    <rdfs:label><![CDATA[Detecting Spam Blogs: A Machine Learning Approach]]></rdfs:label>
    <pub:title><![CDATA[Detecting Spam Blogs: A Machine Learning Approach]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2006-07-16T00:00:00-05:00</pub:publishedOn>
    <pub:description><![CDATA[Weblogs or blogs are an important new way to publish information, engage in discussions, and form communities on the Internet. The Blogosphere has unfortunately been infected by several varieties of spam-like content. Blog search engines, for example, are inundated by posts from splogs – false blogs with machine generated or hijacked content whose sole purpose is to host ads or raise the PageRank of target sites. We discuss how SVM models based on local and link-based features can be used to detect splogs. We present an evaluation of learned models and their utility to blog search engines; systems that employ techniques differing from those of conventional web search engines. We evaluate the effectiveness of a combination of features, and finally report our informal analysis of a blog search engine index.

(AAAI-06 Poster)]]></pub:description>
    <pub:counter>484</pub:counter>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[blog]]></pub:tag>
    <pub:tag><![CDATA[blogosphere]]></pub:tag>
    <pub:tag><![CDATA[splog]]></pub:tag>
    <pub:tag><![CDATA[splog]]></pub:tag>
    <pub:tag><![CDATA[web spam]]></pub:tag>
    <pub:author>
       <rdf:List>
         <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Pranam/Kolari/"><person:name><![CDATA[Pranam  Kolari]]></person:name><rdfs:label><![CDATA[Pranam  Kolari]]></rdfs:label></person:Alumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Pranam/Kolari/"><person:name><![CDATA[Pranam  Kolari]]></person:name><rdfs:label><![CDATA[Pranam  Kolari]]></rdfs:label></person:Alumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[HTML]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/resource/190.html]]></pub:softCopyURI>
      <pub:softCopySize>1727488</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:Resource>

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

</rdf:RDF>
