@prefix : . @prefix daml: . @prefix log: . @prefix rdf: . @prefix rdfs: . @prefix dc: . @prefix rss: . @prefix foaf: . a :Software; :creator [foaf:mbox ]; :softwareDescription "The RDF Web Scraper is a tool that helps users specify how to extract RDF markup from webpages with tabular data"; :softwareLanguage :Java; :softwareName "RDF Web Scraper"; :softwarePrimaryAuthor [foaf:mbox ]. # This appears in the managing rdf page to make it easier to # identify this file <> a :rdfSnippit; :creator [ foaf:mbox ]; dc:date "05/19/2003"; dc:description "Description of RDFWS".