PREFIX : SELECT * WHERE { ?w a :Wellbore ; :hasWellboreInterval ?int . ?int :hasLogCurve ?l . ?l :numberOfSamples ?num_samples . ?int :overlapsWellboreInterval ?zone . ?zone :hasUnit ?strat_unit . ?strat_unit :name ?strat_unit_name . ?zone :hasTopDepth ?top_md . ?top_md a :MeasuredDepth ; :valueInStandardUnit ?top_md_m . ?well :hasWellbore ?w ; :locatedIn ?pos . ?pos :latitude ?lat ; :longitude ?long FILTER ( ( ( ( ?lat > 60 ) && ( ?lat < 62 ) ) && ( ?long > 2 ) ) && ( ?long < 3 ) ) }