---++ eCRM Linked Data Views Live links to a sample instance %TOC% |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Company|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3ACompany+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Companies URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3ACompany%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Companies URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Company .
  }|[[http://demo.openlinksw.com/ecrm/Company/AngeMal/301000000023/7#this][Company "AngeMal"]]| |Employment|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3AEmployment+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Employment URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3AEmployment%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Employment URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Employment .
  }|[[http://demo.openlinksw.com/ecrm/Employment/Sales%20Deparment/301000000001/302000000002/7#this][Employment "Sales" 301000000001]]| |Lead|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3ALead+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Leads URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3ALead%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Leads URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Lead .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/ecrm/Lead/Lead%20from%20Vera/41/303000000063#this][Lead "Vera"]]| |Opportunity|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3AOpportunity+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Opportunities URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3AOpportunity%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Opportunities URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Opportunity .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/ecrm/Opportunity/62/304000000409#this][Opportunity 304000000409]]| |Case|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3ACase+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Cases URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3ACase%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Cases URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Case .
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/ecrm/Case/62/306000000021#this][Case 306000000021]]| |Order|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+ecrm%3A+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0D%0A++%7B%0D%0A++++%3Fcomp+a+ecrm%3AOrder+.+++%0D%0A++%7D&format=text%2Fhtml&debug=on][List all Orders URIs]]|[[http://demo.openlinksw.com/isparql/view/?query=PREFIX%20ecrm%3A%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fschemas%2Fecrm%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fecrm%3E%0A%20%20%7B%0A%20%20%20%20%3Fcomp%20a%20ecrm%3AOrder%20.%0A%20%20%7D&endpoint=/sparql&maxrows=50&default-graph-uri=][List all Orders URIs]]|PREFIX ecrm: <http://demo.openlinksw.com/schemas/ecrm#>
SELECT *
FROM <http://demo.openlinksw.com/ecrm>
  {
    ?comp a ecrm:Order .
  }|[[http://demo.openlinksw.com/ecrm/Order/7/307000000001#this][Order 307000000001]]| ---+++References * [[ECRMRef][eCRM SPARQL Reference]]