|
|||
|
This is version 10.
It is not the current version, and thus it cannot be edited. Concept-Based SearchingThe following service interface performs simple concept-based searching of resources:
AnnotationEngine: Set<ResourceID> search( ConceptExpression, Set<ResourceType>, RemoteSearchFlag ) Given a search expression (represented as a description logic concept expression), a list of resource types (e.g., "actor", "dataset", etc.), and whether the search should be local or include remote repositories, this operation returns a set of resources that have semantic annotations that "match" the given search expression. Here, we assume that an initial search string has been converted to a description-logic concept expression, which can be a simple concept id (like "Biomass") or a more complex formula (including nested disjunctive and conjunctive formulas, etc.) The search operation requires the following service: AnnotationEngine: Set<ResourceID> getMatchingResources(SemanticAnnotationID, ConceptExpression) The searc operation also requires that the following operation be implemented by the Kepler Object Manager: KeplerObjectManager: Set<SemanticAnnotationID> getSemanticAnnotations( RemoteSearchFlag)
|
This material is based upon work supported by the National Science Foundation under award 0225676. Any opinions, findings and conclusions or recomendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation (NSF). Copyright 2004 Partnership for Biodiversity Informatics, University of New Mexico, The Regents of the University of California, and University of Kansas |