Skip to content

Commit 32ca3f2

Browse files
committed
Add UCO Analysis namespace
No effects were observed on Make-managed files. References: * ucoProject/UCO#400 Signed-off-by: Alex Nelson <[email protected]>
1 parent d916746 commit 32ca3f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

case_utils/namespace.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
NS_UCO_ACTION = rdflib.Namespace(
3838
"https://ontology.unifiedcyberontology.org/uco/action/"
3939
)
40+
NS_UCO_ANALYSIS = rdflib.Namespace(
41+
"https://ontology.unifiedcyberontology.org/uco/analysis/"
42+
)
4043
NS_UCO_CONFIGURATION = rdflib.Namespace(
4144
"https://ontology.unifiedcyberontology.org/uco/configuration/"
4245
)

0 commit comments

Comments
 (0)