if (term instanceof Property) {
Property property = (Property)term;
curie = property.getType();
}
if (term instanceof Literal) {
Literal literal = (Literal)term;
curie = literal.getDatatype();
}
//FIXME: more?
if (curie != null) {
String label = curie.getPrefix();