Method: RDF::Query#patterns
- Defined in:
- lib/rdf/query.rb
#patterns ⇒ Array<RDF::Query::Pattern> (readonly)
The patterns that constitute this query.
123 124 125 |
# File 'lib/rdf/query.rb', line 123 def patterns @patterns end |
The patterns that constitute this query.
123 124 125 |
# File 'lib/rdf/query.rb', line 123 def patterns @patterns end |