
Package ca.uhn.fhir.util.rdf
Class RDFUtil
- java.lang.Object
-
- ca.uhn.fhir.util.rdf.RDFUtil
-
-
Constructor Summary
Constructors Constructor Description RDFUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.apache.jena.rdf.model.Model
initializeRDFModel()
static org.apache.jena.rdf.model.Model
readRDFToModel(Reader reader, org.apache.jena.riot.Lang lang)
static void
writeRDFModel(Writer writer, org.apache.jena.rdf.model.Model rdfModel, org.apache.jena.riot.Lang lang)
-
-
-
Constructor Detail
-
RDFUtil
public RDFUtil()
-
-
Method Detail
-
initializeRDFModel
public static org.apache.jena.rdf.model.Model initializeRDFModel()
-
readRDFToModel
public static org.apache.jena.rdf.model.Model readRDFToModel(Reader reader, org.apache.jena.riot.Lang lang)
-
writeRDFModel
public static void writeRDFModel(Writer writer, org.apache.jena.rdf.model.Model rdfModel, org.apache.jena.riot.Lang lang)
-
-