Class RdfElementVisitorRdfToJsonX

java.lang.Object
org.aksw.jenax.graphql.sparql.v2.ron.RdfElementVisitorRdfToJsonX
All Implemented Interfaces:
RdfElementVisitor<com.google.gson.JsonElement>

public class RdfElementVisitorRdfToJsonX extends Object implements RdfElementVisitor<com.google.gson.JsonElement>
Visitor the writes out a RON structure in JSON. { "@id": TERM, "@members": [{
  • Constructor Details

    • RdfElementVisitorRdfToJsonX

      public RdfElementVisitorRdfToJsonX()
  • Method Details