public abstract class OntopReasoningCommandBase extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
disableReasoning |
boolean |
enableAnnotations |
protected String |
outputFile |
| Constructor and Description |
|---|
OntopReasoningCommandBase() |
| Modifier and Type | Method and Description |
|---|---|
protected static org.semanticweb.owlapi.model.OWLOntology |
extractDeclarations(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology) |
protected boolean |
isR2rmlFile(String mappingFile) |
@Option(type=COMMAND,
name="--disable-reasoning",
description="disable OWL reasoning. Default: false")
public boolean disableReasoning
@Option(type=COMMAND,
name={"-o","--output"},
title="output",
description="output file (default)")
protected String outputFile
@Option(type=COMMAND,
name="--enable-annotations",
description="enable annotation properties defined in the ontology. Default: false")
public boolean enableAnnotations
protected static org.semanticweb.owlapi.model.OWLOntology extractDeclarations(org.semanticweb.owlapi.model.OWLOntologyManager manager,
org.semanticweb.owlapi.model.OWLOntology ontology)
throws org.semanticweb.owlapi.model.OWLOntologyCreationException
org.semanticweb.owlapi.model.OWLOntologyCreationExceptionprotected boolean isR2rmlFile(String mappingFile)
Copyright © 2009–2020 Free University of Bozen-Bolzano. All rights reserved.