ITEC 4961/CSCI 4961 Web Science (Fall 2010)/project3 notes

From Web Science 2009 class

Jump to: navigation, search

Contents

links

Example query

PREFIX nys: <http://logd.tw.rpi.edu/source/nysenate-gov/dataset/senator-funding-appropriations-to-community-projects-2009-2010/vocab/enhancement/1/>
SELECT ?t ?y ?s
WHERE {
 GRAPH <http://logd.tw.rpi.edu/source/nysenate-gov/dataset/senator-funding-appropriations-to-community-projects-2009-2010/version/2010-Nov-30>  {
  ?x nys:senator ?z .
 ?z nys:senator_s_name ?t .
?t ?y ?s.
 }
} 
limit 300

NYtimes Location Dataset

links

Names Graph

Example query

PREFIX conversion: <http://purl.org/twc/vocab/conversion/>
SELECT *
WHERE {
 GRAPH <http://data.nytimes.com/locations>  {
  ?x ?y ?z
 }
} 
limit 100

NY Senate Datasets

NY Senate links

LOGD Named Graphs of NY Senate Datasets

Personal tools