public class LIST extends Object
Modifier and Type | Field and Description |
---|---|
static UriRef |
indexFrom
definition:
Points to a number denoting the zero-based start index of those
elements in the SubList within the super list.
|
static UriRef |
indexTo
definition:
Points to a number denoting the zero-based end index of those
elements in the SubList within the super list.
|
static UriRef |
length
definition:
Points to the number of elements in the SubList.
|
static UriRef |
predecessor
definition:
Points to a preceding SubList.
|
static UriRef |
SubList
definition:
A SubList is a list of the elements of another list from a start
to an end position.
|
static UriRef |
subListOf
definition:
Points to an rdf:List of which this SubList is part of.
|
static UriRef |
successor
definition:
Points to a succeeding SubList.
|
static UriRef |
THIS_ONTOLOGY
comment:
This ontology describes lists and sublists, thus about resources
belonging to the rdf:List class.
|
Constructor and Description |
---|
LIST() |
public static final UriRef SubList
public static final UriRef indexFrom
public static final UriRef indexTo
public static final UriRef length
public static final UriRef predecessor
public static final UriRef subListOf
public static final UriRef successor
public static final UriRef THIS_ONTOLOGY
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.