| |
|
| java.lang.Object org.ontoware.rdfreactor.generator.ModelReaderUtils
ModelReaderUtils | public class ModelReaderUtils (Code) | | Helper class to read and load a schema file into a Jena RDF model.
author: mvo |
Method Summary | |
public static Model | read(String filename) Load a RDF schema file into a Jena RDF model and return it
Parameters: filename - -location of the schema file. |
read | public static Model read(String filename)(Code) | | Load a RDF schema file into a Jena RDF model and return it
Parameters: filename - -location of the schema file. can end be in N3 (*.n3) orN-TRIPLE (*.nt) notation a Jena Model |
|
|
|