Interface DatasetIDExtractor
- All Known Implementing Classes:
DatasetIDExtractorUrlPattern,DatasetIDExtractorUrlPrefixMap
public interface DatasetIDExtractor
Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DatasetIDExtractorExtractor for the Conference track available at OAEI.static final DatasetIDExtractorExtractor for the Knowledge graph track available at OAEI.static final DatasetIDExtractorExtractor for the Knowledge graph track available at OAEI. -
Method Summary
Modifier and TypeMethodDescriptiongetDatasetID(String uri) Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).
-
Field Details
-
CONFERENCE_TRACK_EXTRACTOR
Extractor for the Conference track available at OAEI. -
KG_TRACK_EXTRACTOR
Extractor for the Knowledge graph track available at OAEI. -
LARGE_BIO_TRACK_EXTRACTOR
Extractor for the Knowledge graph track available at OAEI.
-
-
Method Details
-
getDatasetID
Extracts from an URI the corresponding source / dataset identifier (which needs to be included in the URI like a specific domain etc).- Parameters:
uri- the uri which should contain any dataset specific component which is extracted.- Returns:
- the dataset identifier as string
-