java.lang.Object
org.apache.jena.sparql.vocabulary.ListPFunction
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.apache.jena.rdf.model.Property
Index relationship of a list [subject] to a query list (index member)static final org.apache.jena.rdf.model.Property
Length relationship of a list [subject] to a length [object]static final org.apache.jena.rdf.model.Property
Membership relationship of a list [subject] to a member [object] c.f. rdfs:memberstatic final org.apache.jena.rdf.model.Resource
The namespace of the vocabulary as a resourcestatic final org.apache.jena.graph.Node
list:index as a nodestatic final org.apache.jena.graph.Node
list:length as a nodestatic final org.apache.jena.graph.Node
list:member as a nodestatic final String
The namespace of the vocabulary as a string -
Constructor Summary
-
Method Summary
-
Field Details
-
NS
The namespace of the vocabulary as a string
- See Also:
-
NAMESPACE
public static final org.apache.jena.rdf.model.Resource NAMESPACEThe namespace of the vocabulary as a resource
-
length
public static final org.apache.jena.rdf.model.Property lengthLength relationship of a list [subject] to a length [object]
-
index
public static final org.apache.jena.rdf.model.Property indexIndex relationship of a list [subject] to a query list (index member)
-
member
public static final org.apache.jena.rdf.model.Property memberMembership relationship of a list [subject] to a member [object] c.f. rdfs:member
-
nListMember
public static final org.apache.jena.graph.Node nListMemberlist:member as a node -
nListLength
public static final org.apache.jena.graph.Node nListLengthlist:length as a node -
nListIndex
public static final org.apache.jena.graph.Node nListIndexlist:index as a node
-
-
Constructor Details
-
ListPFunction
public ListPFunction()
-
-
Method Details
-
getURI
The namespace of the vocabulary as a string
- See Also:
-