Class TrackRepository.Knowledgegraph

java.lang.Object
de.uni_mannheim.informatik.dws.melt.matching_data.TrackRepository.Knowledgegraph
Enclosing class:
TrackRepository

public static class TrackRepository.Knowledgegraph extends Object
Knowledgegraph track. The Knowledge Graph Track contains nine isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static Track
    Deprecated.
    better use
    static Track
    This track contains only one testcase with a very small set of entities to check if matchers return at least something.
    static Track
    The Knowledge Graph Track contains nine isolated knowledge graphs with instance and schema data.
    static Track
    The Knowledge Graph Track contains nine isolated knowledge graphs with instance and schema data.
    static Track
    The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data.
    static Track
    The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data.
    static Track
    The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data.
    static Track
    The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • V1

      public static Track V1
      The Knowledge Graph Track contains nine isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • V2

      public static Track V2
      The Knowledge Graph Track contains nine isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • V3

      public static Track V3
      The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • V4

      public static Track V4
      The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • V3_NonMatch_Small

      public static Track V3_NonMatch_Small
      The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • V3_NonMatch_Large

      public static Track V3_NonMatch_Large
      The Knowledge Graph Track contains isolated knowledge graphs with instance and schema data. The goal of the task is to match both the instances and the schema.
    • SMALL_TEST

      public static Track SMALL_TEST
      This track contains only one testcase with a very small set of entities to check if matchers return at least something.
    • CommonKG

      public static Track CommonKG
      Deprecated.
      better use
      This version of the KG track contains test cases from the paper A Gold Standard Dataset for Large Knowledge Graphs Matching. The github repro is also available.
  • Constructor Details

    • Knowledgegraph

      public Knowledgegraph()