Skip to content

Commit

Permalink
Merge pull request #12 from takemikami/upgrade-0.0.4
Browse files Browse the repository at this point in the history
prepare to 0.0.4
  • Loading branch information
takemikami authored Feb 16, 2019
2 parents 45bf9bf + 54aea6a commit bfe92ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Rdflint has following functions.
Download from jitpack.

```
$ wget https://jitpack.io/com/github/imas/rdflint/0.0.3/rdflint-0.0.3-all.jar
$ wget https://jitpack.io/com/github/imas/rdflint/0.0.4/rdflint-0.0.4-all.jar
```

Run for apply to your RDF files.

```
$ java -jar rdflint-0.0.3-all.jar -targetdir example/dataset
$ java -jar rdflint-0.0.4-all.jar -targetdir example/dataset
```

``-targetdir`` parameter is location of target RDF files.
Expand All @@ -47,7 +47,7 @@ jobs:
- run:
name: run rdflint
command: |
RDFLINT_VERSION=0.0.3
RDFLINT_VERSION=0.0.4
wget https://jitpack.io/com/github/imas/rdflint/$RDFLINT_VERSION/rdflint-$RDFLINT_VERSION-all.jar
java -jar rdflint-$RDFLINT_VERSION-all.jar
```
Expand All @@ -57,7 +57,7 @@ jobs:
When create a configuration file of rdflint, rdflint provide additional checks. Run with ``-config`` parameter like following.

```
$ java -jar rdflint-0.0.3-all.jar -targetdir example/dataset -config example/dataset/rdflint-config.yml
$ java -jar rdflint-0.0.4-all.jar -targetdir example/dataset -config example/dataset/rdflint-config.yml
```

``-config`` parameter is location of rdflint configuration file.
Expand Down Expand Up @@ -104,7 +104,7 @@ And run SPARQL query of ``rules-query`` to target file of ``rules-target``. Groo
Run interactive mode with ``-i`` parameter.

```
$ java -jar rdflint-0.0.3-all.jar -i -targetdir example/dataset -config example/dataset/rdflint-config.yml
$ java -jar rdflint-0.0.4-all.jar -i -targetdir example/dataset -config example/dataset/rdflint-config.yml
```

And try to query. Double return to perform query, type ``exit;`` to exit interactive mode.
Expand Down

0 comments on commit bfe92ea

Please sign in to comment.