forayer.datasets.OAEIKGDataset¶
- class forayer.datasets.OAEIKGDataset(task: str = 'memoryalpha-memorybeta', force: bool = False)[source]¶
The OAEI (Ontology Alignment Evaluation Initiative) Knowledge Graph Track tasks contain graphs created from fandom wikis.
- Five integration tasks are available:
starwars-swg
starwars-swtor
marvelcinematicuniverse-marvel
memoryalpha-memorybeta
memoryalpha-stexpanded
More information can be found at the website.
- __init__(task: str = 'memoryalpha-memorybeta', force: bool = False)[source]¶
Initialize a OAEI Knowledge Graph Track task.
- taskstr
Name of the task. Has to be one of {starwars-swg,starwars-swtor,marvelcinematicuniverse-marvel,memoryalpha-memorybeta, memoryalpha-stexpanded}
- forcebool
if true ignores cache
Methods
__init__([task, force])Initialize a OAEI Knowledge Graph Track task.
Load the ERtask via self._load() or from cache.
- load_er_task()¶
Load the ERtask via self._load() or from cache.
