Method: Ldpath::PropertySelector#evaluate_one

Defined in:
lib/ldpath/selectors.rb

#evaluate_one(uri, context) ⇒ Object



94
95
96
# File 'lib/ldpath/selectors.rb', line 94

def evaluate_one(uri, context)
  context.query([uri, property, nil]).lazy.map(&:object)
end