Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 727 Bytes

File metadata and controls

23 lines (19 loc) · 727 Bytes

OWL Diff

Release

A tool to produce a difference report between two OWL catalogs

Run as CLI

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]