Class ListPFunction
- java.lang.Object
-
- org.apache.jena.sparql.vocabulary.ListPFunction
-
public class ListPFunction extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static Property
index
Index relationship of a list [subject] to a query list (index member)static Property
indexJ2
Deprecated.Useindex
static Property
length
Length relationship of a list [subject] to a length [object]static Property
lengthJ2
Deprecated.Uselength
static Property
member
Membership relationship of a list [subject] to a member [object] c.f.static Property
memberJ2
Deprecated.static Resource
NAMESPACE
The namespace of the vocabulary as a resourcestatic Node
nListIndex
list:index as a nodestatic Node
nListLength
list:length as a nodestatic Node
nListMember
list:member as a nodestatic java.lang.String
NS
The namespace of the vocabulary as a string
-
Constructor Summary
Constructors Constructor Description ListPFunction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getURI()
The namespace of the vocabulary as a string
-
-
-
Field Detail
-
NS
public static final java.lang.String NS
The namespace of the vocabulary as a string
- See Also:
- Constant Field Values
-
NAMESPACE
public static final Resource NAMESPACE
The namespace of the vocabulary as a resource
-
length
public static final Property length
Length relationship of a list [subject] to a length [object]
-
index
public static final Property index
Index relationship of a list [subject] to a query list (index member)
-
member
public static final Property member
Membership relationship of a list [subject] to a member [object] c.f. rdfs:member
-
lengthJ2
@Deprecated public static final Property lengthJ2
Deprecated.Uselength
Length relationship of a list [subject] to a length [object]
-
indexJ2
@Deprecated public static final Property indexJ2
Deprecated.Useindex
Index relationship of a list [subject] to a query list (index member)
-
memberJ2
@Deprecated public static final Property memberJ2
Deprecated.Membership relationship of a list [subject] to a member [object] c.f. rdfs:member
-
nListMember
public static final Node nListMember
list:member as a node
-
nListLength
public static final Node nListLength
list:length as a node
-
nListIndex
public static final Node nListIndex
list:index as a node
-
-
Method Detail
-
getURI
public static java.lang.String getURI()
The namespace of the vocabulary as a string
- See Also:
NS
-
-