com.github.jsonldjava.impl
Class JenaRDFParser
java.lang.Object
com.github.jsonldjava.impl.JenaRDFParser
- All Implemented Interfaces:
- RDFParser
public class JenaRDFParser
- extends Object
- implements RDFParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JenaRDFParser
public JenaRDFParser()
getNameForBlankNode
protected String getNameForBlankNode(String node)
setPrefix
public void setPrefix(String fullUri,
String prefix)
getID
public String getID(com.hp.hpl.jena.rdf.model.Resource r)
importModel
public void importModel(Map<String,Object> result,
com.hp.hpl.jena.rdf.model.Model model)
importResource
public void importResource(Map<String,Object> result,
com.hp.hpl.jena.rdf.model.Resource subject)
parse
public Map<String,Object> parse(Object input)
throws JSONLDProcessingError
- Specified by:
parse in interface RDFParser
- Throws:
JSONLDProcessingError
Copyright © 2013. All Rights Reserved.