- From: Joshua Tauberer <jt@occams.info>
- Date: Tue, 23 Sep 2008 10:49:29 -0400
- To: "public-lod@w3.org" <public-lod@w3.org>
Hi, I just quickly added two owl:sameAs sets... From GovTrack's Members of Congress to dbpedia, for those Wikipedia pages that have the congbio template. Pretty much I just had to execute on the DBPedia SPARQL endpoint: SELECT ?x ?y WHERE { ?x <http://dbpedia.org/property/congbio> ?y } That's 470 links. One here: http://www.rdfabout.com/rdf/usgov/congress/people/M000303 --> http://dbpedia.org/resource/John_McCain Also from my SEC data set (http://rdfabout.com/demo/sec/), which I updated this week, to Wikicompany URIs, using the stock ticker symbol as a common data point. For that: SELECT ?x ?y WHERE { ?x <http://dbpedia.org/property/ticker> ?y } against the DBPedia endpoint and SELECT ?x ?y WHERE { ?x <http://www.rdfabout.com/rdf/schema/ussec/tradingSymbol> ?y } against my endpoint. (With a lot of finagling.) That yielded 86 links, though I know one is wrong (bad data somewhere). One here: http://www.rdfabout.com/rdf/usgov/sec/id/cik0001013462 --> http://dbpedia.openlinksw.com/wikicompany/resource/ANSYS If 86 links is enough to get on the cloud, someone please add the SEC data set. :) Thanks to Kinglsey for nudging me to do this. -- - Josh Tauberer http://razor.occams.info "Yields falsehood when preceded by its quotation! Yields falsehood when preceded by its quotation!" Achilles to Tortoise (in "Godel, Escher, Bach" by Douglas Hofstadter)
Received on Tuesday, 23 September 2008 14:49:42 UTC