This is the newly created page
I'd like to show an n3 set of code:
@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 ss: <http://simile.mit.edu/2005/08/piggy-bank/scrapers#> .
<http://www.openvest.com/scrapers/yFinanceProfile>
rdf:type pb:JavascriptScreenScraper ;
rdfs:label "Yahoo Finance Profile" ;
dc:creator "Philip Cooper" ;
pb:urlPattern "http://finance\.yahoo\.com/q/pr\?s=[A-Z]*" ;
pb:javascriptURL "http://www.openvest.com/scrapers/yFinanceProfile.js" .
Return to the FrontPage | Edit DeleteMe | Title List
