Switch to side-by-side view

--- a/Readme.md
+++ b/Readme.md
@@ -83,7 +83,7 @@
 
 	PREFIX sensor: <http://timbus.teco.edu/ontologies/DSOs/sensors.owl#>
 	PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
-	Construct {?d sensor:hasName "Pedrógăo" . ?s sensor:isPartOfStructure ?d . ?s ?p ?o . } WHERE { ?d sensor:hasName "Pedrógăo" . ?s sensor:isPartOfStructure ?d . ?s rdf:type sensor:Sensor . ?s ?p ?o . }
+	Construct {?d sensor:hasName "Pedrógăo" . ?s sensor:hasLocation ?d . ?s ?p ?o . } WHERE { ?d sensor:hasName "Pedrógăo" . ?s sensor:hasLocation ?d . ?s rdf:type sensor:Sensor . ?s ?p ?o . }
 	
 Be aware of the following things:
 Online SPARQL query in the GUI is via SNORQL (therefore: http://localhost:2020/SNORQL) but the command line version uses the SPARQL endpoint (therefore: http://localhost:2020/SPARQL).