initial work on VIVO-60 application ontology support for property/range combinations

This commit is contained in:
brianjlowe 2013-05-14 15:54:03 -04:00
parent 556af80432
commit 1ab53d0b02
10 changed files with 152 additions and 28 deletions

View file

@ -216,7 +216,7 @@ public class ObjectPropertyStatementDaoStub implements
@Override
public List<Map<String, String>> getObjectPropertyStatementsForIndividualByProperty(
String subjectUri, String propertyUri, String objectKey,
String subjectUri, String propertyUri, String objectKey, String rangeUri,
String query, Set<String> constructQueries, String sortDir) {
throw new RuntimeException(
"ObjectPropertyStatementDaoStub.getObjectPropertyStatementsForIndividualByProperty() not implemented.");