Class ListPFunction

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

public class ListPFunction extends Object
  • Field Details

    • NS

      public static final String NS

      The namespace of the vocabulary as a string

      See Also:
    • NAMESPACE

      public static final Resource NAMESPACE

      The namespace of the vocabulary as a resource

    • length

      public static final Property length

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

    • index

      public static final Property index

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

    • member

      public static final Property member

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

    • lengthJ2

      @Deprecated public static final Property lengthJ2
      Deprecated.
      Use length

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

    • indexJ2

      @Deprecated public static final Property indexJ2
      Deprecated.
      Use index

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

    • memberJ2

      @Deprecated public static final Property memberJ2
      Deprecated.

      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 Details

    • ListPFunction

      public ListPFunction()
  • Method Details

    • getURI

      public static String getURI()

      The namespace of the vocabulary as a string

      See Also: