Entities/Resources should be RDF::Resources
Created by: no-reply
a = ActiveTriples::Resource.new
a.resource? #=> false
This should be true
, and ActiveTriples::Resource
should mixin RDF::Resource
along with (instead of?) RDF::Value
.
Created by: no-reply
a = ActiveTriples::Resource.new
a.resource? #=> false
This should be true
, and ActiveTriples::Resource
should mixin RDF::Resource
along with (instead of?) RDF::Value
.