@Command(name="materialize",
description="Materialize the RDF graph exposed by the mapping and the OWL ontology")
public class OntopMaterialize
extends OntopReasoningCommandBase
| Modifier and Type | Field and Description |
|---|---|
String |
format |
boolean |
separate |
disableReasoning, enableAnnotations| Constructor and Description |
|---|
OntopMaterialize() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isR2rmlFile(String mappingFile) |
void |
run() |
extractDeclarations@Option(type=COMMAND,
name={"-f","--format"},
title="outputFormat",
description="The format of the materialized ontology. Default: rdfxml")
public String format
@Option(type=COMMAND,
name="--separate-files",
title="output to separate files",
description="generating separate files for different classes/properties. This is useful for materializing large OBDA setting. Default: false.")
public boolean separate
public void run()
protected boolean isR2rmlFile(String mappingFile)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.