public class SchemaSource extends Object implements Source
SchemaSource class.
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log
Constant
log |
protected com.hp.hpl.jena.ontology.OntModel |
model |
protected String |
schema |
protected RDFReader |
schemaReader |
protected org.aksw.rdfunit.sources.SourceConfig |
sourceConfig |
| Modifier and Type | Method and Description |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
getModel()
Getter for the field
model. |
String |
getPrefix()
Getter for the field
prefix. |
String |
getSchema()
Getter for the field
schema. |
TestAppliesTo |
getSourceType()
getSourceType.
|
String |
getUri()
Getter for the field
uri. |
protected static final org.slf4j.Logger log
logprotected final org.aksw.rdfunit.sources.SourceConfig sourceConfig
protected final String schema
protected final RDFReader schemaReader
protected final com.hp.hpl.jena.ontology.OntModel model
public String getPrefix()
Getter for the field prefix.
public String getUri()
Getter for the field uri.
public TestAppliesTo getSourceType()
getSourceType.
getSourceType in interface SourceTestAppliesTo object.public com.hp.hpl.jena.rdf.model.Model getModel()
Getter for the field model.
Model object.Copyright © 2015. All rights reserved.