Skip to content

Commit

Permalink
added biodiv 2023 to track repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sven-h committed Oct 4, 2023
1 parent e1edc5d commit 8ece4ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public class TrackNameLookup {
add(TrackRepository.Biodiv.V2021, "biodiv-2021", "biodiversity-2021");
add(TrackRepository.Biodiv.V2021OWL, "biodiv-2021owl", "biodiversity-2021owl");
add(TrackRepository.Biodiv.V2022, "biodiv-2022", "biodiversity-2022");
add(TrackRepository.Biodiv.V2023, "biodiv-2023", "biodiversity-2023");

//MSE
add(TrackRepository.MSE.V2021, "mse-2021");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,11 @@ public static class Biodiv {
* The new Biodiv track used in OAEI 2022.
*/
public static Track V2022 = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "biodiv", "2022");

/**
* The new Biodiv track used in OAEI 2023.
*/
public static Track V2023 = new SealsTrack("http://oaei.webdatacommons.org/tdrs/", "biodiv", "2023");
}


Expand Down

0 comments on commit 8ece4ee

Please sign in to comment.