com.hp.hpl.jena.sparql.vocabulary
Class ListPFunction

java.lang.Object
  extended by com.hp.hpl.jena.sparql.vocabulary.ListPFunction

public class ListPFunction
extends Object

Vocabulary definitions from list-pfunction.ttl

Author:
Auto-generated by schemagen on 12 Jan 2007 16:58

Field Summary
static Property index
          Index relationship of a list [subject] to a query list (index member)
static Property length
          Length relationship of a list [subject] to a length [object]
static Property listIndex
          Deprecated. : list:index preferred
static Property listLength
          Deprecated. : list:length preferred
static Property listMember
          Deprecated. : list:member preferred
static Property member
          Membership relationship of a list [subject] to a member [object] c.f.
static Resource NAMESPACE
          The namespace of the vocabulary as a resource
static Node nListIndex
          list:index as a node
static Node nListLength
          list:length as a node
static Node nListMember
          list:member as a node
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

NS

public static final 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


listLength

@Deprecated
public static final Property listLength
Deprecated. : list:length preferred

length

public static final Property length

Length relationship of a list [subject] to a length [object]


listIndex

@Deprecated
public static final Property listIndex
Deprecated. : list:index preferred

index

public static final Property index

Index relationship of a list [subject] to a query list (index member)


listMember

@Deprecated
public static final Property listMember
Deprecated. : list:member preferred

member

public static final Property member

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

Constructor Detail

ListPFunction

public ListPFunction()
Method Detail

getURI

public static String getURI()

The namespace of the vocabulary as a string

See Also:
NS


Licenced under the Apache License, Version 2.0