public class CSV extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_POSITION |
org.eclipse.rdf4j.model.IRI |
columnPosition
This property expresses the index of a column in a CSV file.
|
static String |
NS
The namespace of the vocabulary as a string.
|
static String |
NUMBER_OF_COLUMNS |
static String |
NUMBER_OF_ROWS |
org.eclipse.rdf4j.model.IRI |
numberOfColumns
This property expresses the number of columns in a CSV file.
|
org.eclipse.rdf4j.model.IRI |
numberOfRows
This property expresses the number of rows in a CSV file.
|
org.eclipse.rdf4j.model.IRI |
row
This property links the identifier of a CSV to an entity representing
a row.
|
static String |
ROW |
static String |
ROW_POSITION |
static String |
ROW_TYPE |
org.eclipse.rdf4j.model.IRI |
rowPosition
This property expresses the index of a row in a CSV file.
|
org.eclipse.rdf4j.model.IRI |
rowType
This resource identifies a Row.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.rdf4j.model.IRI |
createProperty(String localName) |
org.eclipse.rdf4j.model.IRI |
createResource(String localName) |
static CSV |
getInstance() |
createClass, createIRI, createProperty, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCasepublic static final String ROW
public static final String ROW_POSITION
public static final String NUMBER_OF_ROWS
public static final String NUMBER_OF_COLUMNS
public static final String COLUMN_POSITION
public static final String ROW_TYPE
public final org.eclipse.rdf4j.model.IRI row
public final org.eclipse.rdf4j.model.IRI rowPosition
public final org.eclipse.rdf4j.model.IRI numberOfRows
public final org.eclipse.rdf4j.model.IRI numberOfColumns
public final org.eclipse.rdf4j.model.IRI rowType
public final org.eclipse.rdf4j.model.IRI columnPosition
public static final String NS
public static CSV getInstance()
public org.eclipse.rdf4j.model.IRI createResource(String localName)
public org.eclipse.rdf4j.model.IRI createProperty(String localName)
localName - name to assign to namespace.Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.