How to create a topic map using rdf format?

Hello there,
I try to create a topic map using RDF as i download it from Virtuoso SPARQL Query Editor of dbpedia (in RDF/XML format). I tried to extract or import the sparql file but keeps throwing JavaExceptions and shows the message "No valid metadata". So,I created a query (which works in Vistuoso) in dbpedia through Wandora from File -> Extract -> Other-> SPARQL Extractor but it throws error (doesn't recognise dbpedia-owl:genre). However it worked once but it couldn't show ! Now it doesn't work for some reason. My query is this
SELECT DISTINCT ?band ?member
WHERE
{
?s dbpedia-owl:genre <http://dbpedia.org/resource/Hard_Rock>;
dbpedia-owl:artist ?band.
?band dbpedia-owl:bandMember ?member.
}
Please help me with this problem.
Best regards, George.
I try to create a topic map using RDF as i download it from Virtuoso SPARQL Query Editor of dbpedia (in RDF/XML format). I tried to extract or import the sparql file but keeps throwing JavaExceptions and shows the message "No valid metadata". So,I created a query (which works in Vistuoso) in dbpedia through Wandora from File -> Extract -> Other-> SPARQL Extractor but it throws error (doesn't recognise dbpedia-owl:genre). However it worked once but it couldn't show ! Now it doesn't work for some reason. My query is this
SELECT DISTINCT ?band ?member
WHERE
{
?s dbpedia-owl:genre <http://dbpedia.org/resource/Hard_Rock>;
dbpedia-owl:artist ?band.
?band dbpedia-owl:bandMember ?member.
}
Please help me with this problem.
Best regards, George.