| Package | Description |
|---|---|
| org.aksw.rdfunit | |
| org.aksw.rdfunit.services | |
| org.aksw.rdfunit.sources | |
| org.aksw.rdfunit.statistics |
| Modifier and Type | Method and Description |
|---|---|
Collection<SchemaSource> |
RDFUnitConfiguration.getAllSchemata() |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFUnitConfiguration.setSchemata(Collection<SchemaSource> schemata) |
| Modifier and Type | Method and Description |
|---|---|
static SchemaSource |
SchemaService.getSourceFromPrefix(String prefix) |
static SchemaSource |
SchemaService.getSourceFromPrefix(String baseFolder,
String prefix) |
static SchemaSource |
SchemaService.getSourceFromUri(String uri) |
static SchemaSource |
SchemaService.getSourceFromUri(String baseFolder,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<SchemaSource> |
SchemaService.getSourceList(String baseFolder,
Collection<String> prefixes) |
static Collection<SchemaSource> |
SchemaService.getSourceListAll(boolean fileCache,
String baseFolder) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnrichedSchemaSource |
| Modifier and Type | Method and Description |
|---|---|
static SchemaSource |
SourceFactory.createSchemaSourceDereference(String prefix,
String uri) |
static SchemaSource |
SourceFactory.createSchemaSourceDereference(String prefix,
String uri,
String schema) |
static SchemaSource |
SourceFactory.createSchemaSourceFromCache(String baseFolder,
String prefix,
String uri) |
static SchemaSource |
SourceFactory.createSchemaSourceFromCache(String baseFolder,
String prefix,
String uri,
String schema) |
static SchemaSource |
SourceFactory.createSchemaSourceFromText(String namespace,
String text,
String format) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SchemaSource> |
Source.getReferencesSchemata() |
| Modifier and Type | Method and Description |
|---|---|
void |
Source.addReferencesSchemata(Collection<SchemaSource> schemata) |
| Constructor and Description |
|---|
SchemaSource(SchemaSource source) |
| Constructor and Description |
|---|
DumpTestSource(String prefix,
String uri,
RDFReader dumpReader,
Collection<SchemaSource> schemata) |
DumpTestSource(String prefix,
String uri,
String location,
Collection<SchemaSource> schemata) |
EndpointTestSource(String prefix,
String uri,
String sparqlEndpoint,
Collection<String> sparqlGraph,
Collection<SchemaSource> schemata) |
| Modifier and Type | Method and Description |
|---|---|
Collection<SchemaSource> |
DatasetStatistics.getIdentifiedSchemata()
Uses the getAllNamespaces() function and tries to match them to SchemaSource's
|
Copyright © 2014. All rights reserved.