Skip to content

AndreaCimminoArriaga/RMLVirtualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RML-Virtualizer

RML-Virtualizer is an extension of the RML Mapper project that aims at keeping the RDF generated in memory rather than stored in a file.

Instalation

Usage

RML-Virtualizer only has a class with one method, find below a snippet of how can be invoked

// init

String mappingContent = ... # read the mapping and return here its content
String baseIRI = ... # Not null
RDFFormat outputFormat = RDFFormat.JSONLD # Check the javadoc of class RDFFormat to find more formats

RMLVirtualizer virtualizer = new RMLVirtualizer();
String virtualizedRDF =  virtualizer.virtualize(mappingContent, baseIRI, outputFormat);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages