hydra-py icon indicating copy to clipboard operation
hydra-py copied to clipboard

Trivial wrappers to add namespace support

Open JesseWeinstein opened this issue 6 years ago • 0 comments

This allows things like:

import hydra.tpf
from rdflib import *

g=Graph('TPFStore'); g.open('https://query.wikidata.org/bigdata/ldf')
list(g.query('SELECT * WHERE { wd:Q42 wdt:P31 ?x. }'))

JesseWeinstein avatar Feb 10 '19 03:02 JesseWeinstein