I am trying to query my ontology through the Protégé Tool. But the result I am getting for my queries is "No Match Found".
My SPARQL query is given below.
SELECT ?g
WHERE { ?g rdfs:subClassOf "#bomb" . }
Please can anyone tel me why am I getting the result as this.
Thanks in advance.