We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d916746 commit 32ca3f2Copy full SHA for 32ca3f2
case_utils/namespace.py
@@ -37,6 +37,9 @@
37
NS_UCO_ACTION = rdflib.Namespace(
38
"https://ontology.unifiedcyberontology.org/uco/action/"
39
)
40
+NS_UCO_ANALYSIS = rdflib.Namespace(
41
+ "https://ontology.unifiedcyberontology.org/uco/analysis/"
42
+)
43
NS_UCO_CONFIGURATION = rdflib.Namespace(
44
"https://ontology.unifiedcyberontology.org/uco/configuration/"
45
0 commit comments