if (subjectPfx.endsWith(":assertionid") &&
predicate.equals("urn:esri:geoportal:comment:query")) {
Assertion assertion = this.getIndexAdapter().loadAssertionById(context,true);
authorizer.authorizeQuery(context);
AsnAssertionRenderer renderer = new AsnAssertionRenderer();
AsnProperty prop = renderer.makeProperty(context,assertion);
context.getOperationResponse().generateResponse(context,prop);
} else if (subjectPfx.endsWith(":resourceid") &&
predicate.equals("urn:esri:geoportal:comment:query")) {
authorizer.authorizeQuery(context);