Revision 8712
Added by ben leinfelder over 10 years ago
src/edu/ucsb/nceas/metacat/annotation/DatapackageSummarizer.java | ||
---|---|---|
279 | 279 |
|
280 | 280 |
} |
281 | 281 |
|
282 |
/** |
|
283 |
* Look up possible concept from BioPortal annotation service. |
|
284 |
* @see "http://data.bioontology.org/documentation" |
|
285 |
* @param superClass |
|
286 |
* @param text |
|
287 |
* @return |
|
288 |
*/ |
|
282 | 289 |
private Resource lookupRemoteAnnotationClass(OntClass superClass, String text) { |
283 | 290 |
|
284 |
|
|
285 | 291 |
try { |
286 | 292 |
|
287 | 293 |
String urlParameters = "apikey=" + API_KEY; |
Also available in: Unified diff
add comment/pointer to BioPortal annotation service.