Class PropertyPaths
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.PropertyPaths
Deprecated.
Use the 
PropertyPathBuilder instead.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic RdfPredicateDeprecated.static RdfPredicateoneOrMore(RdfPredicate aElement) Deprecated.static RdfPredicateDeprecated.static RdfPredicatepath(RdfPredicate... aElements) Deprecated.Construct property paths for use with theSparqlBuilderstatic RdfPredicatezeroOrMore(IRI aElement) Deprecated.static RdfPredicatezeroOrMore(RdfPredicate aElement) Deprecated. 
- 
Constructor Details
- 
PropertyPaths
public PropertyPaths()Deprecated. 
 - 
 - 
Method Details
- 
path
Deprecated.Construct property paths for use with theSparqlBuilderExample:
subject.has(path(zeroOrMore(property)), object).- Parameters:
 aElements- the path elements- Returns:
 - a property path
 
 - 
path
Deprecated. - 
zeroOrMore
Deprecated. - 
zeroOrMore
Deprecated. - 
oneOrMore
Deprecated. - 
oneOrMore
Deprecated. 
 -