Jar examples for r:rdf
OSGi bundle providing utilities for accessing Clerezza RDF Commons Graphs with Scala. Adding import "org.apache.clerezza.rdf.scala.utils.Preamble._" will allow to use "node/-FOAF.knows/FOAF.name!" with a GraphNode node as shortcut for node.getSubject(FOAF.knows).getObject(FOAF.name).getNode(). To access multiple property values the position can be indicated using the %-operator, e.g. "node/-FOAF.knows%2/FOAF.name%0!", see the ScalaDocs for RichGraphNode for all operations
You can download jar file rdf.scala.utils 0.4 in this page.
Apache License
You can use the following script to add rdf.scala.utils-0.4.jar to your project.
<dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.scala.utils</artifactId> <version>0.4</version> </dependency>
compile group: 'org.apache.clerezza', name: 'rdf.scala.utils', version: '0.4'
libraryDependencies += "org.apache.clerezza" % "rdf.scala.utils" % "0.4"
<dependency org="org.apache.clerezza" name="rdf.scala.utils" rev="0.4"/>
@Grapes(@Grab(group='org.apache.clerezza', module='rdf.scala.utils', version='0.4'))
'org.apache.clerezza:rdf.scala.utils:jar:0.4'
Click the following link to download the jar file.
rdf.scala.utils-0.4-sources.jar