# Query3 PREFIX rdf: PREFIX ub: SELECT * WHERE { ?x rdf:type ub:Publication . ?x ub:publicationAuthor . } # (type Publication ?X) # (publicationAuthor ?X http://www.Department0.University0.edu/AssistantProfessor0) # - This query is similar to Query 1 but class Publication has a wide hierarchy.