I create a simple query to show subjects with value of DataType property. this query run in the Protege3.4.3.but when i run in the Jena i revive this title "com.hp.hpl.jena.sparql.engine.ResultSetStream@16be68f".why? this is my query:
PREFIX VB:http://VBnet# SELECT ?x ?y WHERE { ?x rdf:type VB:LearnerInformation . ?x VB:Name ?y
LearnerInformation is one class and Name is a Datatype property.
If anybody know me please help me.
thanks in advance