Tutorial Northwind RDF Views Live links to a sample instance

ClassBasic SPARQL Protocol URLiSPARQL Results URLSPARQL QueryDynamic Data Page
CustomerContact?List first 100 Customer Contact URIsList first 100 Customer Contact URIsPREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX nrth: <http://demo.openlinksw.com/tutorial/Northwind/ontology/>
SELECT *
FROM <http://demo.openlinksw.com/tutorial/Northwind>
WHERE
  {
    ?s rdf:type nrth:CustomerContact .
  }
LIMIT 100
Customer Contact ALFKI