public class CSV extends Vocabulary
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_POSITION |
org.openrdf.model.URI |
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.openrdf.model.URI |
numberOfColumns
This property expresses the number of columns in a CSV file.
|
org.openrdf.model.URI |
numberOfRows
This property expresses the number of rows in a CSV file.
|
org.openrdf.model.URI |
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.openrdf.model.URI |
rowPosition
This property expresses the index of a row in a CSV file.
|
org.openrdf.model.URI |
rowType
This resource identifies a Row.
|
| Modifier and Type | Method and Description |
|---|---|
org.openrdf.model.URI |
createProperty(String localName) |
org.openrdf.model.URI |
createResource(String localName) |
static CSV |
getInstance() |
createClass, createProperty, createURI, 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.openrdf.model.URI row
public final org.openrdf.model.URI rowPosition
public final org.openrdf.model.URI numberOfRows
public final org.openrdf.model.URI numberOfColumns
public final org.openrdf.model.URI rowType
public org.openrdf.model.URI columnPosition
public static final String NS
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.