Skip to content

cleopatra-itn/OEKG_Integrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

OEKG Integrator

The file main.py runs an example script to add and then remove few triples into the OEKG.

For running it, you first need to specify the API URL.

API methods

Existing API methods for getting OEKG IDs:

  1. api/wikidataIds/IDS (e.g., "api/wikipediaIDs/en/Q6279;Q3526570")
  2. api/wikidataId/ID (e.g., "api/wikipediaIDs/en/Q6279")
  3. api/wikipediaIds/LANGUAGE/IDS (e.g., "api/wikipediaIDs/en/Barack_Obama;Berlin")
  4. api/wikipediaId/LANGUAGE/ID (e.g., "api/wikipediaIDs/en/Barack_Obama") where IDS: Set of IDs separated by ";", ID: single ID, LANGUAGE: language code ("en", "de", ...)

Components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages