From c99a78836b3487eed9074610ea546557435d584d Mon Sep 17 00:00:00 2001 From: kchason Date: Mon, 1 Aug 2022 11:48:26 -0400 Subject: [PATCH] Add example namespace reference --- case_example_mapping/dict_to_case.py | 1 + 1 file changed, 1 insertion(+) diff --git a/case_example_mapping/dict_to_case.py b/case_example_mapping/dict_to_case.py index 9fadfaa..35ffe0b 100644 --- a/case_example_mapping/dict_to_case.py +++ b/case_example_mapping/dict_to_case.py @@ -13,6 +13,7 @@ def main() -> None: "@context": { "case-investigation": "https://ontology.caseontology.org/case/investigation/", "kb": "http://example.org/kb/", + "drafting": "http://example.org/ontology/drafting/", "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "uco-action": "https://ontology.unifiedcyberontology.org/uco/action/",