|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.any23.vocab.Vocabulary
org.apache.any23.vocab.CSV
public class CSV
This vocabulary models the structure of a CSV file according the RFC 4180.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
org.openrdf.model.URI |
createProperty(String localName)
|
org.openrdf.model.URI |
createResource(String localName)
|
static CSV |
getInstance()
|
| Methods inherited from class org.apache.any23.vocab.Vocabulary |
|---|
createClass, createProperty, createURI, getClass, getClasses, getCommentFor, getComments, getNamespace, getProperties, getProperty, getProperty, getPropertyCamelCase |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public 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
| Method Detail |
|---|
public static CSV getInstance()
public org.openrdf.model.URI createResource(String localName)
public org.openrdf.model.URI createProperty(String localName)
localName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||