# Which literals have xsd:string as a datatype PREFIX : PREFIX xsd: PREFIX rdf: SELECT ?x { ?x :p ?v . FILTER( datatype(?v) = rdf:langString ) }