removed unncessary lines.
This commit is contained in:
parent
8ff55fe7d9
commit
66750dae60
1 changed files with 0 additions and 2 deletions
|
@ -153,8 +153,6 @@ private final OntModelSpec DEFAULT_ONT_MODEL_SPEC = OntModelSpec.OWL_MEM;
|
|||
}
|
||||
|
||||
public OntModel extractTBox( Dataset dataset, String namespace, String graphURI ) {
|
||||
System.out.println(namespace);
|
||||
System.out.println(graphURI);
|
||||
OntModel tboxModel = ModelFactory.createOntologyModel(DEFAULT_ONT_MODEL_SPEC);
|
||||
|
||||
List<String> queryStrList = new LinkedList<String>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue