A tool to produce a difference report between two OWL catalogs
MacOS/Linux:
./gradlew owl-diff:run --args="..."
Windows:
gradlew.bat owl-diff:run --args="..."
Args:
--catalog1 | -c1 path/to/first/owl/catalog.xml [Required]
--catalog2 | -c2 path/to/second/owl/catalog.xml [Required]
--file-extensions | -f File extensions of files that will be uploaded. Default is owl and ttl, options: owl, rdf, xml, rj, ttl, n3, nt, trig, nq, trix, jsonld, fss (Optional) [Optional]
--ignore | -i comma-separated-partial-iris-to-ignore [Optional]