-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deactivate code that can be used to store the oeox as kg as it is not…
… yet stored in kg but in file storage
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
from rdflib import RDF, Literal # noqa | ||
# from rdflib import RDF, Literal # noqa | ||
|
||
from oeo_ext.oeo_extended_store import namespaces # noqa | ||
from oeo_ext.oeo_extended_store.connection import oekb_oeo_ext | ||
# from oeo_ext.oeo_extended_store import namespaces # noqa | ||
# from oeo_ext.oeo_extended_store.connection import oekb_oeo_ext | ||
|
||
|
||
# Use this to implement filters that help you retrieve specific information | ||
# from the new oeo ext oekg | ||
class OekgQuery: | ||
def __init__(self): | ||
self.kb = oekb_oeo_ext | ||
# # Use this to implement filters that help you retrieve specific information | ||
# # from the new oeo ext oekg | ||
# class OekgQuery: | ||
# def __init__(self): | ||
# self.kb = oekb_oeo_ext | ||
|
||
def implementMethods(self): | ||
raise NotImplementedError | ||
# def implementMethods(self): | ||
# raise NotImplementedError |