Class ListPFunction

java.lang.Object
org.apache.jena.sparql.vocabulary.ListPFunction

public class ListPFunction extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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.
    static final org.apache.jena.rdf.model.Resource
    The namespace of the vocabulary as a resource
    static final org.apache.jena.graph.Node
    list:index as a node
    static final org.apache.jena.graph.Node
    list:length as a node
    static final org.apache.jena.graph.Node
    list:member as a node
    static final String
    The namespace of the vocabulary as a string
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    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 Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string

      See Also:
    • NAMESPACE

      public static final org.apache.jena.rdf.model.Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • length

      public static final org.apache.jena.rdf.model.Property length

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

    • index

      public static final org.apache.jena.rdf.model.Property index

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

    • member

      public static final org.apache.jena.rdf.model.Property member

      Membership relationship of a list [subject] to a member [object] c.f. rdfs:member

    • nListMember

      public static final org.apache.jena.graph.Node nListMember
      list:member as a node
    • nListLength

      public static final org.apache.jena.graph.Node nListLength
      list:length as a node
    • nListIndex

      public static final org.apache.jena.graph.Node nListIndex
      list:index as a node
  • Constructor Details

    • ListPFunction

      public ListPFunction()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: