@prefix rdf: . @prefix dc: . @prefix rdfs: . @prefix pb: . @prefix scraper: . scraper:WorldcatScraper a pb:JavascriptScreenScraper ; dc:creator "Eric Miller"@en ; rdfs:label "OCLC Open Worldcat Screen Scraper"@en ; pb:urlPattern "^http://www\\.worldcatlibraries\\.org/wcpa/.*" ; pb:javascriptURL "http://potlach.org/2005/10/scrapers/worldcat-scraper.js" ; pb:disclaimer "This software is provided 'as-is' with no expressed or implied warranty of any kind. Users of this software take all responsibility for the accurary (or lack thereof) of any results obtained through its use.". scraper:PubmedScraper a pb:JavascriptScreenScraper ; dc:creator "Eric Miller"@en ; rdfs:label "NCBI Pubmed Screen Scraper"@en ; pb:urlPattern "^http://www\\.ncbi\\.nlm\\.nih\\.gov/entrez/query\\.fcgi?.*db=pubmed.*" ; pb:javascriptURL "http://potlach.org/2005/10/scrapers/pubmed-scraper.js" ; pb:disclaimer "This software is provided 'as-is' with no expressed or implied warranty of any kind. Users of this software take all responsibility for the accurary (or lack thereof) of any results obtained through its use." . scraper:StarbucksScraper a pb:JavascriptScreenScraper ; dc:creator "Eric Miller"@en ; rdfs:label "Starbucks Screen Scraper"@en ; pb:urlPattern "^http://www\\.starbucks\\.com/retail/locator/PrxResults.*" ; pb:javascriptURL "http://potlach.org/2005/10/scrapers/starbucks-scraper.js" ; pb:disclaimer "This software is provided 'as-is' with no expressed or implied warranty of any kind. Users of this software take all responsibility for the accurary (or lack thereof) of any results obtained through its use." . scraper:FrapprScraper a pb:JavascriptScreenScraper ; dc:creator "Eric Miller"@en ; rdfs:label "Frappr Screen Scraper"@en ; pb:urlPattern "^http://www\\.frappr\\.com/\\w.*" ; pb:javascriptURL "http://potlach.org/2005/10/scrapers/frappr-scraper.js" ; pb:disclaimer "This software is provided 'as-is' with no expressed or implied warranty of any kind. Users of this software take all responsibility for the accurary (or lack thereof) of any results obtained through its use." .