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 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

NS

public static final String NS

The namespace of the vocabulary as a string

See Also:
Constant Field Values

NAMESPACE

public static final com.hp.hpl.jena.rdf.model.Resource NAMESPACE

The namespace of the vocabulary as a resource


listLength

public static final com.hp.hpl.jena.rdf.model.Property listLength

length

public static final com.hp.hpl.jena.rdf.model.Property length

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


listIndex

public static final com.hp.hpl.jena.rdf.model.Property listIndex

index

public static final com.hp.hpl.jena.rdf.model.Property index

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


listMember

public static final com.hp.hpl.jena.rdf.model.Property listMember

member

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

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