Skip to content

Commit 42ebd8f

Browse files
committed
updated comment in modify_jsonldcontext.py
1 parent 9aabdf4 commit 42ebd8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/modify_jsonldcontext.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ def modify_jsonld_context_fields(input_file: str):
55
"""
66
Modify the JSON-LD context to update:
77
- 'category' to '@type'
8-
- 'iri' to '@id'
9-
- 'xref' to 'skos:exactMatch'
8+
- 'iri' to '@type'
9+
- 'xref' to '@type'
1010
and save in-place.
1111
"""
1212
try:

0 commit comments

Comments
 (0)