Method: ActiveTriples::Relation#parent
- Defined in:
- lib/active_triples/relation.rb
#parent ⇒ RDFSource
Returns the resource that is the domain of this relation.
36 37 38 |
# File 'lib/active_triples/relation.rb', line 36 def parent @parent end |