public interface RdfRawPopulator
| Modifier and Type | Method and Description |
|---|---|
void |
emitTriples(org.apache.jena.graph.Graph out,
Map<String,Object> map,
org.apache.jena.graph.Node subject)
Emit triples from the object
|
void |
exposeShape(ResourceShapeBuilder shapeBuilder) |
Set<String> |
getPropertyNames()
Return the set of bean properties which this populator uses
|
Map<String,Object> |
readProperties(org.apache.jena.graph.Graph graph,
org.apache.jena.graph.Node subject)
Set bean property values from a given subject's RDF graph
|
Set<String> getPropertyNames()
void exposeShape(ResourceShapeBuilder shapeBuilder)
void emitTriples(org.apache.jena.graph.Graph out,
Map<String,Object> map,
org.apache.jena.graph.Node subject)
obj - outputGraph - Copyright © 2017. All rights reserved.