# filename: ex425.rq PREFIX dm: PREFIX rdfs: SELECT ?name WHERE { ?musician a dm:TexasGuitarPlayer ; rdfs:label ?name . }