r

rdf.scala.utils

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
大版本 版本 最近更新
1.0 1.0.0 2015-05-20 21:55:03
0.4 0.4 2014-07-01 22:14:37
0.3 0.3-incubating 2012-02-19 20:26:34
共3条记录