Class PropertyPaths

    • Constructor Detail

      • PropertyPaths

        public PropertyPaths()
        Deprecated.
    • Method Detail

      • path

        public static RdfPredicate path​(RdfPredicate... aElements)
        Deprecated.
        Construct property paths for use with the SparqlBuilder

        Example: subject.has(path(zeroOrMore(property)), object).

        Parameters:
        aElements - the path elements
        Returns:
        a property path
      • zeroOrMore

        public static RdfPredicate zeroOrMore​(IRI aElement)
        Deprecated.
      • oneOrMore

        public static RdfPredicate oneOrMore​(IRI aElement)
        Deprecated.