You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: case_utils/case_validate/__init__.py
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -98,22 +98,26 @@ def get_ontology_graph(
98
98
"""
99
99
Get the ontology graph for the given case_version and any supplemental graphs.
100
100
101
-
:param case_version: the version of the CASE ontology to use. If None, the most recent version will be used.
101
+
:param case_version: the version of the CASE ontology to use. If None (i.e. null), the most recent version will be used. If "none" (the string), no pre-built version of CASE will be used.
102
102
:param supplemental_graphs: a list of supplemental graphs to use. If None, no supplemental graphs will be used.
103
103
:return: the ontology graph against which to validate the data graph.
0 commit comments