builder library

Classes

RdfMapperCacheBuilder
First phase builder that generates cache files with template data. This builder runs before the main builder and stores the template data in JSON format.
RdfMapperSourceBuilder
Second phase builder that generates source files from cached template data. This builder runs after the cache builder and generates the final source files.
VocabBuilder

Functions

collectVocabDataForTesting(List<(String, String)> jsonFiles, {IriTermFactory iriTermFactory = IriTerm.validated}) Map<String, RdfGraph>
rdfMapperCacheBuilder(BuilderOptions options) → Builder
rdfMapperSourceBuilder(BuilderOptions options) → Builder
rdfVocabBuilder(BuilderOptions options) → Builder