Source code for kgx.source.sparql_source
from kgx.source import RdfSource
[docs]class SparqlSource(RdfSource):
# TODO: Implement a SparqlSource that is capable of reading from
# a local/remote SPARQL endpoint
pass
from kgx.source import RdfSource
[docs]class SparqlSource(RdfSource):
# TODO: Implement a SparqlSource that is capable of reading from
# a local/remote SPARQL endpoint
pass