public class SQLPPMappingToR2RMLConverter extends Object
| Constructor and Description |
|---|
SQLPPMappingToR2RMLConverter(SQLPPMapping ppMapping,
org.apache.commons.rdf.api.RDF rdfFactory,
it.unibz.inf.ontop.model.term.TermFactory termFactory) |
| Modifier and Type | Method and Description |
|---|---|
Collection<eu.optique.r2rml.api.model.TriplesMap> |
getTripleMaps()
TODO: remove the splitting logic, not needed anymore.
|
void |
write(File file)
the method to write the R2RML mappings
from an rdf Model to a file
|
void |
write(OutputStream os)
the method to write the R2RML mappings
from an rdf Model to a file
|
public SQLPPMappingToR2RMLConverter(SQLPPMapping ppMapping, org.apache.commons.rdf.api.RDF rdfFactory, it.unibz.inf.ontop.model.term.TermFactory termFactory)
public Collection<eu.optique.r2rml.api.model.TriplesMap> getTripleMaps()
public void write(File file) throws Exception
file - the ttl file to write toExceptionpublic void write(OutputStream os) throws Exception
os - the output targetExceptionCopyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.