String weights = context.getRealPath("/bookshop/ontology/Weights.properties");
//������������Դ����
OntologyDataSource ods = new OntologyDataSource();
//���ر����
ods.loadOntology(ontology);
//����ǰ����
ods.loadPrefixConfiguration(prefix);
//����Ȩֵ
ods.setWeightsPath(weights);