---+++Tutorial Northwind RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |CustomerContact|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+nrth%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial%2FNorthwind%2Fontology%2F%3E%0D%0ASELECT+*+%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial%2FNorthwind%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fs+rdf%3Atype+nrth%3ACustomerContact+.%0D%0A++%7D%0D%0ALIMIT+100%0D%0A&format=text%2Fhtml&debug=on][List first 100 Customer Contact URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0APREFIX%20nrth%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial%2FNorthwind%2Fontology%2F%3E%0ASELECT%20*%20%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Ftutorial%2FNorthwind%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fs%20rdf%3Atype%20nrth%3ACustomerContact%20.%0A%20%20%7D%0ALIMIT%20100%0A&endpoint=/sparql][List first 100 Customer Contact URIs]]|PREFIX 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|[[http://demo.openlinksw.com/describe/?url=http%3A%2F%2Fdemo.openlinksw.com%2Ftutorial%2FNorthwind%2Fresource%2FCustomerContact%2FALFKI][Customer Contact ALFKI]]|