Interface | Description |
---|---|
Converter |
Conversion Interface for TripleGeo used in transformation of spatial features (including their non-spatial attributes) into RDF triples with various serializations.
|
ReverseConverter |
Reverse Conversion Interface for TripleGeo used in reconstructing (relational) records from an RDF graph.
|
Class | Description |
---|---|
Assistant |
Assistance class with various helper methods used in transformation or reverse transformation.
|
BatchReverseConverter |
Recreates a disk-based RDF graph and extracts its contents through a user-specified SELECT query in SPARQL.
|
Category |
A category item in the classification scheme utilized in a dataset.
|
Classification |
Parser for a (possibly multi-tier, i.e., hierarchical) classification scheme (category/subcategory/...).
|
Configuration |
Parser of user-specified configuration files to be used during transformation of geospatial features into RDF triples.
|
Constants |
Constants utilized in the transformation and reverse transformation processes.
|
EmbeddedClassifier |
Assigns a category based on the textual similarity of a given description to a collection of tags characterizing the category.
|
ExceptionHandler |
Handles exceptions raised by TripleGeo utilities.
|
FeatureRegister |
Creates a record of attribute values concerning a feature that should be registered in the SLIPO Registry.
|
GraphConverter |
Creates and populates a Jena model stored on disk so that data can be serialized into a file.
|
Mapping |
Retains mappings of feature attributes (input) to RDF predicates (output) that will be used in generation of triples.
|
Pattern |
An individual pattern with a distinct key, specifying a search string that should be replaced with a replacement string.
|
Patterns |
Class to hold the collection of patterns specified in an XML resource file.
|
PGDBDecoder |
Geometry Decoder for ESRI Personal Geodatabase
|
ReverseConfiguration |
Parser of user-specified configuration files for reconstructing records from an RDF graph (Reverse Transformation).
|
RMLConverter |
Creates and populates a RML dataset so that data can be serialized into a file.
|
StreamConverter |
Provides a set of a streaming RDF triples in memory that can be readily serialized into a file.
|
Task |
Running a transformation task as a separate thread under the given configuration settings.
|
TripleGenerator |
Generates a collection of RDF triples from the (spatial & thematic) attributes of a given feature.
|
ValueChecker |
Removes or replaces illegal characters from a literal value.
|
Enum | Description |
---|---|
Mapping.MappingProfile |
Helper class containing enumeration of possible mapping profiles to be applied in triple generation.
|