Skip to content

Commit 9156306

Browse files
authored
Merge pull request #4 from casework/add-example-context
Add Drafting Namespace Reference
2 parents 62ecfa4 + c99a788 commit 9156306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

case_example_mapping/dict_to_case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ def main() -> None:
1313
"@context": {
1414
"case-investigation": "https://ontology.caseontology.org/case/investigation/",
1515
"kb": "http://example.org/kb/",
16+
"drafting": "http://example.org/ontology/drafting/",
1617
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
1718
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
1819
"uco-action": "https://ontology.unifiedcyberontology.org/uco/action/",

0 commit comments

Comments
 (0)