+ "requiresInstallation"), installationNode));
group.addTriplePattern(new Triple(installationNode, NodeFactory.createURI(ONTOLOGY_IRI + "dependsOn"),
dependencyNode));
group.addTriplePattern(new Triple(dependencyNode, NodeFactory.createURI(SKOS_LABEL), dependencyLabel));
query.addElement(group);
ElementFilter filter = new ElementFilter(new E_StrContains(new ExprVar(dependencyLabel),
new NodeValueString(dependencyLabelPattern)));
query.addElementFilter(filter);
}
}