@prefix rdf:        <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:       <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc:         <http://purl.org/dc/elements/1.1/> .
@prefix pb:         <http://simile.mit.edu/2005/04/piggy-bank#> .
@prefix rl:         <http://ryanlee.org/2005/05/scrapers.n3#> .
@prefix ss:         <http://simile.mit.edu/2005/08/piggy-bank/scrapers#> .

rl:MotelSixCoordinateScreenScraper
  rdf:type          pb:JavascriptScreenScraper ;
  rdfs:label        "Motel 6 Coordinate Screen Scraper"@en ;
  pb:urlPattern     "^http://www\\.motel6\\.com/reservations/YourPlaceToStay\\.asp.*" ;
  pb:javascriptURL  "http://ryanlee.org/2005/05/motel6-coordinate-scraper.js"
.

rl:BNWishListScreenScraper
  rdf:type          pb:JavascriptScreenScraper ;
  rdfs:label        "Barnes and Noble Wish List Screen Scraper"@en ;
  pb:urlPattern     "^https://\\w+\\.barnesandnoble\\.com/account/op\\.asp\\?.*?UIAction\\=viewWishList.*" ;
  pb:javascriptURL  "http://ryanlee.org/2005/06/bn-wishlist-scraper.js"
.

rl:ShawsMarketScreenScraper
  rdf:type          pb:JavascriptScreenScraper ;
  rdfs:label        "Shaw's and Star Market List Screen Scraper"@en ;
  pb:urlPattern     "^http://www\\.shaws\\.com/toolbar/complete_list/index\\.php.*$" ;
  pb:javascriptURL  "http://ryanlee.org/2005/08/shaws-scraper.js"
.

rl:EndUserWorkshopScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "ISWC2005 End User Semantic Web Interaction Workshop Scraper"@en ;
  pb:urlPattern "http://www\\.ifi\\.unizh\\.ch/ddis/313\\.0\\.html" ;
  pb:javascriptURL "http://ryanlee.org/2005/11/euws-scraper.js"
.

rl:CentricleCSSFilterScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "Centricle CSS Filters Scraper" ;
  dc:description "Scrapes out Centricle's table of CSS filters into RDF." ;
  pb:urlPattern "http://centricle\\.com/ref/css/filters/" ;
  pb:javascriptURL "http://ryanlee.org/2006/02/centricle-css-filter.js" .

rl:DitheredCSSOnlyFilterScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "dithered.com CSS Filters Scraper" ;
  dc:description "dithered.com CSS filters table scraper" ;
  pb:urlPattern "http://www\\.dithered\\.com/css_filters/css_only/index\\.php.*" ;
  pb:javascriptURL "http://ryanlee.org/2006/02/dithered-css-only-filter.js" .

rl:DitheredXHTMLOnlyFilterScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "dithered.com CSS XHTML Filters Scraper" ;
  dc:description "dithered.com CSS XHTML-based filters table scraper" ;
  pb:urlPattern "http://www\\.dithered\\.com/css_filters/html_only/index\\.php.*" ;
  pb:javascriptURL "http://ryanlee.org/2006/02/dithered-xhtml-only-css-filter.js" .

rl:DitheredInvalidCSSFilterScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "dithered.com Invalid CSS Filters Scraper" ;
  dc:description "dithered.com invalid filters table scraper" ;
  pb:urlPattern "http://www\\.dithered\\.com/css_filters/nonvalidating/index\\.php.*" ;
  pb:javascriptURL "http://ryanlee.org/2006/02/dithered-invalid-css-filter.js" .

rl:AppleSpotlightSchemaScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "Apple Spotlight Schema Scraper" ;
  dc:description "Apple Spotlight Schema Scraper, transforming documentation to N3" ;
  pb:urlPattern "http://developer\\.apple\\.com/documentation/Carbon/Reference/MetadataAttributesRef/index\\.html" ;
  pb:javascriptURL "http://ryanlee.org/2006/06/spotlight-schema-extract.js" .

rl:NetflixRatingsFilterScraper
  rdf:type pb:JavascriptScreenScraper ;
  rdfs:label "Netflix Ratings Scraper" ;
  dc:description "Netflix ratings scraper" ;
  pb:urlPattern "http://www\\.netflix\\.com/MoviesYouveSeen" ;
  pb:javascriptURL "http://ryanlee.org/2007/03/netflix-scraper.js" .

