File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -644,7 +644,7 @@ merge-owl-shacl: get-jena-cli-tools get-rdf-differ
644644# Get rdf-differ-ws repository
645645get-rdf-differ :
646646 @if [ ! -d " rdf-differ-ws" ]; then \
647- git clone --depth 1 --branch 2.1.0-beta https://github.com/meaningfy-ws /rdf-differ-ws.git; \
647+ git clone --depth 1 --branch 2.1.0 https://github.com/OP-TED /rdf-differ-ws.git; \
648648 rm -rf rdf-differ-ws/.git; \
649649 if ! grep -q " ^rdf-differ-ws/" .gitignore 2> /dev/null; then \
650650 echo " rdf-differ-ws/" >> .gitignore; \
Original file line number Diff line number Diff line change @@ -380,15 +380,15 @@ make owl-core XMI_INPUT_FILE_PATH=/home/mypc/work/model2owl/file1.xml OUTPUT_FOL
380380```
381381
382382### Generating diff reports
383- Model2owl uses the [ RDF Differ] ( https://meaningfy-ws. github.io/ rdf-differ-ws/ )
383+ Model2owl uses the [ RDF Differ] ( https://github.com/OP-TED/ rdf-differ-ws )
384384tool to calculate differences between two RDF graphs and to generate diff
385385reports in AsciiDoc and JSON formats. It compares either two OWL core files or
386386two pairs consisting of an OWL core file and a SHACL shapes file. When SHACL
387387files are provided, the comparison scope additionally covers domain, range, and
388388cardinality properties. The comparison scope is defined in an application
389389profile suitable for comparing OWL ontologies. Details on how the RDF Differ
390390tool works, produced reports, and how to interpret them can be found in the [ project
391- documentation] ( https://github.com/meaningfy-ws /rdf-differ-ws/blob/master /README.md ) .
391+ documentation] ( https://github.com/OP-TED /rdf-differ-ws/blob/2.1.0 /README.md ) .
392392
393393Model2owl integrates the tool (via its CLI client) and provides a dedicated set
394394of commands to interact with it (see the descriptions of the ` run-rdf-diff ` and
You can’t perform that action at this time.
0 commit comments