VOS.VirtRDFViewTutorialNorthwindDemo
Tutorial Northwind RDF Views Live links to a sample instance
Class | Basic SPARQL Protocol URL | iSPARQL Results URL | SPARQL Query | Dynamic Data Page |
---|---|---|---|---|
CustomerContact? | List first 100 Customer Contact URIs | 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 |
Customer Contact ALFKI |