Skip to content

Commit

Permalink
Merge pull request #66 from takemikami/prepare-0.1.0
Browse files Browse the repository at this point in the history
prepare 0.1.0
  • Loading branch information
takemikami authored Oct 18, 2019
2 parents 9fb5e6f + 06a6e0f commit 8e1a054
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ rdflint has following functions.
Download from jitpack.

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

Run for apply to your RDF files.

```
$ java -jar rdflint-0.0.9-all.jar -targetdir example/dataset
$ java -jar rdflint-0.1.0-all.jar -targetdir example/dataset
```

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

```
$ java -jar rdflint-0.0.9-all.jar -targetdir example/dataset -config example/dataset/rdflint-config.yml
$ java -jar rdflint-0.1.0-all.jar -targetdir example/dataset -config example/dataset/rdflint-config.yml
```

``-config`` parameter is location of rdflint configuration file.
Expand Down Expand Up @@ -115,7 +115,7 @@ And run SPARQL query of ``rules-query`` to target file of ``rules-target``. Groo
Run with ``-origindir`` parameter like following.

```
$ java -jar rdflint-0.0.9-all.jar -targetdir example/dataset -origindir example/dataset_origin -config example/dataset/rdflint-config.yml
$ java -jar rdflint-0.1.0-all.jar -targetdir example/dataset -origindir example/dataset_origin -config example/dataset/rdflint-config.yml
```

And check subject and triple, removed from origindir. Its problem report as INFO level.
Expand Down Expand Up @@ -179,7 +179,7 @@ xmlns:imas="https://sparql.crssnky.xyz/imasrdf/URIs/imas-schema.ttl#"
Run interactive mode with ``-i`` parameter.

```
$ java -jar rdflint-0.0.9-all.jar -i -targetdir example/dataset -config example/dataset/rdflint-config.yml
$ java -jar rdflint-0.1.0-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
8 changes: 4 additions & 4 deletions docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,18 @@ rdflintのセットアップ手順を説明します。
[https://www.oracle.com/technetwork/java/javase/downloads/index.html](https://www.oracle.com/technetwork/java/javase/downloads/index.html)

2. Javaの実行環境が準備できたら、JitPackからrdflintをダウンロードします。
ブラウザのアドレス欄に``https://jitpack.io/com/github/imas/rdflint/0.0.9/rdflint-0.0.9-all.jar``と記載してダウンロードします。
ブラウザのアドレス欄に``https://jitpack.io/com/github/imas/rdflint/0.1.0/rdflint-0.1.0-all.jar``と記載してダウンロードします。
wgetコマンドが使える環境であれば、以下のようにダウンロードしても構いません。

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

3. rdflintをダウンロードしたディレクトリに移動し、以下のコマンドでrdflintを実行します。
エラーが表示されなければ、準備完了です。

```
$ java -jar rdflint-0.0.9-all.jar
$ java -jar rdflint-0.1.0-all.jar
```

## Homebrewによるセットアップ (macOSのみ)
Expand All @@ -51,4 +51,4 @@ rdflintのセットアップ手順を説明します。
$ rdflint
```

※Homebrewでインストールした場合、「使い方」で``java -jar rdflint-0.0.9-all.jar``と記載されている箇所は``rdflint``に読み替えて下さい。
※Homebrewでインストールした場合、「使い方」で``java -jar rdflint-0.1.0-all.jar``と記載されている箇所は``rdflint``に読み替えて下さい。
12 changes: 6 additions & 6 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ rdflintの基本的な実行手順を説明します。ここでは、rdfファ
baseUriには、対象リソースURIのベース階層を指定します。

3. rdflintを実行します。
ここでは、``target.rdf````rdflint-config.yml``、及び``rdflint-0.0.9-all.jar``を置いたディレクトリに移動して、次のコマンドを実行します。
ここでは、``target.rdf````rdflint-config.yml``、及び``rdflint-0.1.0-all.jar``を置いたディレクトリに移動して、次のコマンドを実行します。

```
$ java -jar rdflint-0.0.9-all.jar -config rdflint-config.yml
$ java -jar rdflint-0.1.0-all.jar -config rdflint-config.yml
```

rdfファイルが正しく無いため、検証に失敗し、次のように表示されます。
Expand Down Expand Up @@ -72,10 +72,10 @@ rdflintでSAPRQLクエリのテスト実行を行う手順を説明します。
```

2. インタラクティブモードでrdflintを実行します。
ここでは、``target.rdf````rdflint-config.yml``、及び``rdflint-0.0.9-all.jar``を置いたディレクトリに移動して、次のコマンドを実行します。
ここでは、``target.rdf````rdflint-config.yml``、及び``rdflint-0.1.0-all.jar``を置いたディレクトリに移動して、次のコマンドを実行します。

```
$ java -jar rdflint-0.0.9-all.jar -config rdflint-config.yml -i
$ java -jar rdflint-0.1.0-all.jar -config rdflint-config.yml -i
```

``-i``がインタラクティブモードで実行するオプションです。
Expand Down Expand Up @@ -138,7 +138,7 @@ CircleCIでの設定方法を例に、CIでrdflintを実行する手順を説明
- run:
name: run rdflint
command: |
RDFLINT_VERSION=0.0.9
RDFLINT_VERSION=0.1.0
wget https://jitpack.io/com/github/imas/rdflint/$RDFLINT_VERSION/rdflint-$RDFLINT_VERSION-all.jar
java -jar rdflint-$RDFLINT_VERSION-all.jar -config .circleci/config.yml
```
Expand All @@ -160,7 +160,7 @@ rdflintが出力する警告について、場合によっては修正が不要
2. rdflintを実行します。

```
$ java -jar rdflint-0.0.9-all.jar -config rdflint-config.yml
$ java -jar rdflint-0.1.0-all.jar -config rdflint-config.yml
```

無視したい警告のみが表示されることを確認します。
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/github/imas/rdflint/RdfLint.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

public class RdfLint {

private static final String Version = "0.0.9";
private static final String Version = "0.1.0";
private static final Logger logger = Logger.getLogger(RdfLint.class.getName());

/**
Expand Down Expand Up @@ -186,4 +186,4 @@ LintProblemSet lintRdfDataSet(RdfLintParameters params, String targetDir)
return runner.execute(params, targetDir);
}

}
}

0 comments on commit 8e1a054

Please sign in to comment.