Package org.aksw.rml.jena.ref.impl
Class ReferenceFormulationJsonViaService
java.lang.Object
org.aksw.rml.jena.ref.impl.ReferenceFormulationViaServiceBase
org.aksw.rml.jena.ref.impl.ReferenceFormulationJsonViaService
- All Implemented Interfaces:
ReferenceFormulation
- Direct Known Subclasses:
ReferenceFormulationCsvViaService,ReferenceFormulationJsonStrViaService
Can also be used for CSV when the CSV processor returns rows as json objects
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.rml.jena.ref.impl.ReferenceFormulationViaServiceBase
source
-
Constructor Details
-
ReferenceFormulationJsonViaService
public ReferenceFormulationJsonViaService()
-
-
Method Details
-
reference
public org.apache.jena.sparql.expr.Expr reference(org.apache.jena.sparql.core.Var itemVar, String expr) Description copied from interface:ReferenceFormulationAccess attributes of an item via the given expression- Specified by:
referencein interfaceReferenceFormulation- Specified by:
referencein classReferenceFormulationViaServiceBase
-