is not current version
Last Version 0.4.1

eu.fbk.rdfpro:rdfpro-rules 0.4

Parser and writer for RDF in Turtle Quads (TQL) format. TQL is N-Quads with the more permissive (and efficient!) Turtle encoding. TQL is used in DBpedia exports and is supported in input by the Virtuoso triple store.

GroupId

GroupId

eu.fbk.rdfpro
ArtifactId

ArtifactId

rdfpro-rules
Version

Version

0.4
Type

Type

jar

Download rdfpro-rules 0.4


<!-- https://jarcasting.com/artifacts/eu.fbk.rdfpro/rdfpro-rules/ -->
<dependency>
    <groupId>eu.fbk.rdfpro</groupId>
    <artifactId>rdfpro-rules</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/eu.fbk.rdfpro/rdfpro-rules/
implementation 'eu.fbk.rdfpro:rdfpro-rules:0.4'
// https://jarcasting.com/artifacts/eu.fbk.rdfpro/rdfpro-rules/
implementation ("eu.fbk.rdfpro:rdfpro-rules:0.4")
'eu.fbk.rdfpro:rdfpro-rules:jar:0.4'
<dependency org="eu.fbk.rdfpro" name="rdfpro-rules" rev="0.4">
  <artifact name="rdfpro-rules" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.fbk.rdfpro', module='rdfpro-rules', version='0.4')
)
libraryDependencies += "eu.fbk.rdfpro" % "rdfpro-rules" % "0.4"
[eu.fbk.rdfpro/rdfpro-rules "0.4"]