Log in Help
Print
Homereleasesgate-6.0-build3764-ALLpluginsGazetteer_LKBsamplesdictionary_from_remote_repository 〉 query.txt
 
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>

SELECT ?Name ?Person ?Cls WHERE {
	?Person a ?Cls ; rdfs:label ?Name .           
    FILTER (lang(?Name) = "en") 
	FILTER (?Cls = <http://dbpedia.org/ontology/Actor>)
}