org.ontoware.rdf2go.util |
|
Java Source File Name | Type | Comment |
ClosableConvertingIterator.java | Class | A converting iterator that is closable/closeable (both is correct). |
ConversionException.java | Class | Thrown when an rdf2go adapter cannot convert from one class to another. |
Converter.java | Interface | Converts instances from one type to another. |
ConvertingIterator.java | Class | An iterator that converts from "FROM" to "TO", by wrapping an existing
iterator. |
Iterators.java | Class | This class consists exclusively of static methods that operate on or return
iterators. |
LanguageTools.java | Class | |
ModelUtils.java | Class | Find a lot of convenience functions that are slow but nice and didn't make it
to the Model API. |
RDFTool.java | Class | RDFTool, a helper utility to cope with RDF in general. |
SparqlUtil.java | Class | |
TransformerTest.java | Class | |
TypeConverter.java | Class | |
VocabularyWriter.java | Class | reads an RDF/S file and creates an RDF2Go Vocabulary file from it.
usage:
VocabularyWriter -i <inputrdfsfile> -o <outputdir>
--package <packagename> -a <namespace> -n <nameofjavafile>
-namespacestrict <false|true>
-namespacestrict If true, only elements from within the namespace (-a)
are generated. |