Skip to content

Commit dbe1ff4

Browse files
Rafał TrójczakRafał Trójczak
authored andcommitted
Add documentation update and upgrade the project version
1 parent 34d6a8c commit dbe1ff4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ java -jar rdf-toolkit.jar --source C:/source_ontologies/example.rdf --target C:/
9191
turtle (Turtle)
9292
-sip,--short-iri-priority <arg> set what takes priority when shortening IRIs: prefix
9393
[default], base-iri
94+
-sni,--suppress-named-individuals suppresses all instances of owl:NamedIndividual
9495
-t,--target <arg> target (output) RDF file
9596
-tc,--trailing-comment <arg> sets the text of the trailing comment in the ontology. Can
9697
be repeated for a multi-line comment

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.edmcouncil</groupId>
88
<artifactId>rdf-toolkit</artifactId>
9-
<version>1.13.0</version>
9+
<version>1.14.0</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)