Changes between Version 11 and Version 12 of SparqlTutorial
- Timestamp:
- 2010/02/10 11:49:28 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SparqlTutorial
v11 v12 26 26 27 27 In a triple store, I have the label of the predicate. 28 29 Sample queries 30 {{{ 31 select * 32 where {?s ?p ?o} 33 limit 100 34 }}} 35 36 {{{ 37 select ?o count(*) 38 where {?s a ?o} 39 }}}