Class CSV


  • public class CSV
    extends Vocabulary
    This vocabulary models the structure of a CSV file according the RFC 4180.
    Author:
    Davide Palmisano (dpalmisano@gmail.com)
    • Field Detail

      • row

        public final org.eclipse.rdf4j.model.IRI row
        This property links the identifier of a CSV to an entity representing a row.
      • rowPosition

        public final org.eclipse.rdf4j.model.IRI rowPosition
        This property expresses the index of a row in a CSV file.
      • numberOfRows

        public final org.eclipse.rdf4j.model.IRI numberOfRows
        This property expresses the number of rows in a CSV file.
      • numberOfColumns

        public final org.eclipse.rdf4j.model.IRI numberOfColumns
        This property expresses the number of columns in a CSV file.
      • rowType

        public final org.eclipse.rdf4j.model.IRI rowType
        This resource identifies a Row.
      • columnPosition

        public final org.eclipse.rdf4j.model.IRI columnPosition
        This property expresses the index of a column in a CSV file.
    • Method Detail

      • getInstance

        public static CSV getInstance()
      • createResource

        public org.eclipse.rdf4j.model.IRI createResource​(String localName)
      • createProperty

        public org.eclipse.rdf4j.model.IRI createProperty​(String localName)
        Parameters:
        localName - name to assign to namespace.
        Returns:
        the new URI instance.