|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.vocabulary.ListPFunction
public class ListPFunction
Vocabulary definitions from list-pfunction.ttl
Field Summary | |
---|---|
static com.hp.hpl.jena.rdf.model.Property |
index
Index relationship of a list [subject] to a query list (index member) |
static com.hp.hpl.jena.rdf.model.Property |
length
Length relationship of a list [subject] to a length [object] |
static com.hp.hpl.jena.rdf.model.Property |
listIndex
|
static com.hp.hpl.jena.rdf.model.Property |
listLength
|
static com.hp.hpl.jena.rdf.model.Property |
listMember
|
static com.hp.hpl.jena.rdf.model.Property |
member
Membership relationship of a list [subject] to a member [object] c.f. |
static com.hp.hpl.jena.rdf.model.Resource |
NAMESPACE
The namespace of the vocabulary as a resource |
static String |
NS
The namespace of the vocabulary as a string |
Constructor Summary | |
---|---|
ListPFunction()
|
Method Summary | |
---|---|
static String |
getURI()
The namespace of the vocabulary as a string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NS
The namespace of the vocabulary as a string
public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE
The namespace of the vocabulary as a resource
public static final com.hp.hpl.jena.rdf.model.Property listLength
public static final com.hp.hpl.jena.rdf.model.Property length
Length relationship of a list [subject] to a length [object]
public static final com.hp.hpl.jena.rdf.model.Property listIndex
public static final com.hp.hpl.jena.rdf.model.Property index
Index relationship of a list [subject] to a query list (index member)
public static final com.hp.hpl.jena.rdf.model.Property listMember
public static final com.hp.hpl.jena.rdf.model.Property member
Membership relationship of a list [subject] to a member [object] c.f. rdfs:member
Constructor Detail |
---|
public ListPFunction()
Method Detail |
---|
public static String getURI()
The namespace of the vocabulary as a string
NS
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |