public interface ConceptProvider
Modifier and Type | Method and Description |
---|---|
Graph |
retrieveConcepts(String searchTerm)
Returns a graph containing all concepts whose SKOS:prefLabels
or SKOS:altLabels contain the search term.
|
Graph retrieveConcepts(String searchTerm)
searchTerm
- a filter condition that specifies the term that must
be contained within SKOS:prefLabels or SKOS:altLabels of a concept.Copyright © 2014 The Apache Software Foundation. All Rights Reserved.