Package org.aksw.jenax.io.rdf.jsonld
Interface JsonLdCxtAccessor
public interface JsonLdCxtAccessor
-
Method Summary
Modifier and TypeMethodDescriptionvoiddeclareNamespace(Object cxt, String prefix, String iri) Declare a namespace in the given context.voiddeclareProperty(Object fieldCxt, org.apache.jena.graph.Node property, boolean isForward) Declare a field-to-property mapping in the given field context.voidgetFieldContext(Object cxt, String fieldName) Allocate context object for a field.
-
Method Details
-
getFieldContext
Allocate context object for a field. -
declareProperty
Declare a field-to-property mapping in the given field context. -
declareNamespace
Declare a namespace in the given context.
-