Skip to content

Commit 8e1fdf2

Browse files
committed
Update references to the RDF Differ repository
1 parent 6d4566a commit 8e1fdf2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ merge-owl-shacl: get-jena-cli-tools get-rdf-differ
644644
# Get rdf-differ-ws repository
645645
get-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; \

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
384384
tool to calculate differences between two RDF graphs and to generate diff
385385
reports in AsciiDoc and JSON formats. It compares either two OWL core files or
386386
two pairs consisting of an OWL core file and a SHACL shapes file. When SHACL
387387
files are provided, the comparison scope additionally covers domain, range, and
388388
cardinality properties. The comparison scope is defined in an application
389389
profile suitable for comparing OWL ontologies. Details on how the RDF Differ
390390
tool 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

393393
Model2owl integrates the tool (via its CLI client) and provides a dedicated set
394394
of commands to interact with it (see the descriptions of the `run-rdf-diff` and

0 commit comments

Comments
 (0)