@Command(name="to-obda",
description="Convert R2RML format to ontop native mapping format (.obda)")
public class OntopR2RMLToOBDA
extends Object
implements OntopCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputMappingFile |
protected String |
outputMappingFile |
| Constructor and Description |
|---|
OntopR2RMLToOBDA() |
@Option(type=COMMAND,
name={"-i","--input"},
title="mapping.ttl",
description="Input mapping file in R2RML format (.ttl)")
protected String inputMappingFile
@Option(type=COMMAND,
name={"-o","--output"},
title="mapping.obda",
description="Output mapping file in Ontop native format (.obda)")
protected String outputMappingFile
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.