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 Details

    • CONFERENCE_TRACK_EXTRACTOR

      static final DatasetIDExtractor CONFERENCE_TRACK_EXTRACTOR
      Extractor for the Conference track available at OAEI.
    • KG_TRACK_EXTRACTOR

      static final DatasetIDExtractor KG_TRACK_EXTRACTOR
      Extractor for the Knowledge graph track available at OAEI.
    • LARGE_BIO_TRACK_EXTRACTOR

      static final DatasetIDExtractor LARGE_BIO_TRACK_EXTRACTOR
      Extractor for the Knowledge graph track available at OAEI.
  • Method Details

    • getDatasetID

      String getDatasetID(String uri)
      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