public class ReifiedSKOSDefinitionsFlattener extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.slf4j.Logger |
logger |
Constructor and Description |
---|
ReifiedSKOSDefinitionsFlattener() |
Modifier and Type | Method and Description |
---|---|
static void |
convert(SKOSModel sourceModel,
SKOSModel targetModel,
boolean copyAlsoReifiedDefinitions)
This converter (with some minor computational overhead) takes into consideration both cases where the
source and target model are different, and when they are the same.
|
static void |
main(String[] args) |
public static void convert(SKOSModel sourceModel, SKOSModel targetModel, boolean copyAlsoReifiedDefinitions) throws ModelAccessException, ModelUpdateException
sourceModel
- targetModel
- copyAlsoReifiedDefinitions
- if true
, the converted skos:definition triples are maintainedModelAccessException
ModelUpdateException
public static void main(String[] args) throws IOException, ClassNotFoundException, InstantiationException, IllegalAccessException, ModelCreationException, ModelUpdateException, ModelAccessException, UnsupportedRDFFormatException, BadConfigurationException
Copyright © 2015 ART Group, University of Rome, Tor Vergata. All Rights Reserved.