You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump case-utils adoption to 0.9.0; validate with case_validate
This patch does the minimum steps needed to update `case_exiftool` to
validate against CASE 1.1.0. One generated artifact, a list of
undefined vocabulary, is removed, as its purpose is now supplanted by
the IRI typo checker in `case_validate` (`case-utils` Issue 40).
The minimum Python version is now bumped to 3.8 due to an update in
NumPy (see `case-utils` PR 99).
A follow-on patch will regenerate Make-managed files.
References:
* casework/CASE-Utilities-Python#40
* casework/CASE-Utilities-Python#99
Signed-off-by: Alex Nelson <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -50,12 +50,10 @@ This project follows [SEMVER 2.0.0](https://semver.org/) where versions are decl
50
50
51
51
## Ontology versions supported
52
52
53
-
This repository supports the CASE and UCO ontology versions that are linked as submodules in the [CASE Examples QC](https://github.com/ajnelson-nist/CASE-Examples-QC) repository. Currently, those are:
53
+
This repository supports the CASE and UCO ontology versions that are distributed with the [CASE-Utilities-Python repository](https://github.com/casework/CASE-Utilities-Python), at the newest version below a ceiling-pin in [setup.cfg](setup.cfg). Currently, those ontology versions are:
54
54
55
-
* CASE 0.3.0
56
-
* UCO 0.5.0
57
-
58
-
Classes and properties are tested for vocabulary conformance.
argument_parser.add_argument("--raw-xml", help="A file recording the output of ExifTool run against some file. Expects exiftool was run with -binary, -duplicates, and -xmlFormat.", required=True)
58
51
argument_parser.add_argument("out_graph", help="A self-contained RDF graph file, in the format either requested by --output-format or guessed based on extension.")
# Somewhat in the name of information preservation, somewhat as a progress marker on converting data: Attach all remaining unconverted properties directly to the ObservableObject. Provide both values to assist with mapping decisions.
|| (echo "ERROR:tests/govdocs1/files/799/987/Makefile:The output in analysis.json has undefined CASE or UCO terms. The first few are:" >&2 && head undefined_vocabulary.txt >&2 && exit 1)
0 commit comments