@Command(name="pretty-r2rml",
description="prettify R2RML file using Jena")
public class OntopR2RMLPrettify
extends Object
implements OntopCommand
| Modifier and Type | Field and Description |
|---|---|
protected String |
inputMappingFile |
protected String |
outputMappingFile |
| Constructor and Description |
|---|
OntopR2RMLPrettify() |
@Option(type=COMMAND,
name={"-i","--input"},
title="input.ttl",
description="Input mapping file in the turtle R2RML format (.ttl)")
protected String inputMappingFile
@Option(type=COMMAND,
name={"-o","--output"},
title="pretty.ttl",
description="Output mapping file in the turtle R2RML format (.ttl)")
protected String outputMappingFile
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.