Changes between Version 16 and Version 17 of SparqlTutorial
- Timestamp:
- 2010/02/10 12:00:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SparqlTutorial
v16 v17 56 56 where { 57 57 ?s ?p ?o . 58 ?s rdf:type ?t .59 58 ?o bif:contains "hexokinase" . 60 59 } 61 60 }}} 61 62 {{{ 63 select ?s ?p ?o 64 where { 65 ?s ?p ?o . 66 ?o bif:contains "hexokinase" . 67 ?s1 ?p1 ?s . 68 } 69 }}} 70 71 '''?s1 ?p1 ?2'' is reversing the query.