Skip to content

Run SPARQL queries on Wikidata or other services

License

Notifications You must be signed in to change notification settings

maxim75/mkwikidata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkwikidata

Run SPARQL queries on Wikidata or other services

query = """
    SELECT ?unicode_charater
    WHERE
    {
        wd:$id wdt:P487 ?unicode_charater.
    }
"""
result = mkwikidata.run_query(query, params={ "id": "Q44" })
result # 🍺

About

Run SPARQL queries on Wikidata or other services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages