application ontology work

This commit is contained in:
brianjlowe 2013-05-17 15:03:36 -04:00
parent 6123f41d95
commit 0b2896acc2

View file

@ -51,6 +51,7 @@ public class ApplicationConfigurationOntologyUtils {
"}";
for (ObjectProperty op : propList) {
log.info("Checking " + op.getURI() + " for additional properties");
String queryStr = propQuery.replaceAll("\\?property", "<" + op.getURI() + ">");
log.debug(queryStr);
Query q = QueryFactory.create(queryStr);