application ontology work
This commit is contained in:
parent
6123f41d95
commit
0b2896acc2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ public class ApplicationConfigurationOntologyUtils {
|
||||||
"}";
|
"}";
|
||||||
|
|
||||||
for (ObjectProperty op : propList) {
|
for (ObjectProperty op : propList) {
|
||||||
|
log.info("Checking " + op.getURI() + " for additional properties");
|
||||||
String queryStr = propQuery.replaceAll("\\?property", "<" + op.getURI() + ">");
|
String queryStr = propQuery.replaceAll("\\?property", "<" + op.getURI() + ">");
|
||||||
log.debug(queryStr);
|
log.debug(queryStr);
|
||||||
Query q = QueryFactory.create(queryStr);
|
Query q = QueryFactory.create(queryStr);
|
||||||
|
|
Loading…
Add table
Reference in a new issue