class ActiveFedora::FedoraStatement
def initialize(value)
def initialize(value) @value = value end
def internal?
def internal? value.object.to_s.start_with?("http://www.jcp.org", "http://fedora.info") || value.predicate.to_s.start_with?("http://fedora.info") end