On 27/04/13 07:54, suganya wrote:
Hi,
Error in code....i used merging code of one who sent in jena
community... am having error in listresourceswithproperty .... can any one
help????
ResIterator iter = modelWine*.listResourcesWithProperty*(VCARD.FN);
cannot find symbol
symbol: method
listResourcesWithProperty(com.hp.hpl.jena.rdf.model.Property)
location: variable modelWine of type com.hp.hpl.jena.ontology.OntModel
Problem with your java compilation.
Using an IDE such as Eclipse, with auto-complete, import management and
"quick fix" assistance will help you develop your code.
Andy