Changes between Version 13 and Version 14 of SparqlTutorial

Show
Ignore:
Timestamp:
2010/02/10 11:55:05 (14 years ago)
Author:
akinjo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SparqlTutorial

    v13 v14  
    4141 
    4242{{{ 
    43 select * where { 
     43select count(*) 
     44 where { 
    4445?s ?p ?o . 
    45 ?s rdf:type ?o . 
     46?s rdf:type ?t . 
    4647?o bif:contains "hexokinase" . 
    4748} 
    4849}}} 
     50 
     51 * '''bif:contains''' (full-text search) is not standard. 
     52 * '''count(*)''' is not standard.