-
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.
Merge pull request #1850 from OpenEnergyPlatform/feature-1849-ontolog…
…y-overview-layout Feature 1849 ontology overview layout
- Loading branch information
Showing
8 changed files
with
443 additions
and
258 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
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
Oops, something went wrong.