# 11 SELECT ?location ?news WHERE { SERVICE { ?y owl:sameAs ?location . ?y nytimes:topicPage ?news . ?location gn:parentFeature ?parent . ?parent gn:name "California" } } # 47 SELECT ?location ?news WHERE { SERVICE { ?parent gn:name "California" } . SERVICE { ?y owl:sameAs ?location . ?y nytimes:topicPage ?news . ?location gn:parentFeature ?parent } }