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 1.0.0 in this page.
Apache License
You can use the following script to add rdf.scala.utils-1.0.0.jar to your project.
<dependency> <groupId>org.apache.clerezza</groupId> <artifactId>rdf.scala.utils</artifactId> <version>1.0.0</version> </dependency>
compile group: 'org.apache.clerezza', name: 'rdf.scala.utils', version: '1.0.0'
libraryDependencies += "org.apache.clerezza" % "rdf.scala.utils" % "1.0.0"
<dependency org="org.apache.clerezza" name="rdf.scala.utils" rev="1.0.0"/>
@Grapes(@Grab(group='org.apache.clerezza', module='rdf.scala.utils', version='1.0.0'))
'org.apache.clerezza:rdf.scala.utils:jar:1.0.0'
Click the following link to download the jar file.
rdf.scala.utils-1.0.0-sources.jar