Package be.ugent.rml.records
Class CSVRecord
- java.lang.Object
-
- be.ugent.rml.records.Record
-
- be.ugent.rml.records.CSVRecord
-
public class CSVRecord extends Record
This class is a specific implementation of a record for CSV. Every record corresponds with a row of the CSV data source.
-
-
Method Detail
-
getDataType
public String getDataType(String value)
This method returns the datatype of a reference in the record.- Overrides:
getDataTypein classRecord- Parameters:
value- the reference for which the datatype needs to be returned.- Returns:
- the IRI of the datatype.
-
-