class DbRelatedAgent

Public Instance Methods

add_rdf_types_g() click to toggle source
# File lib/dog_biscuits/models/to_refactor_or_remove/db/db_related_agent.rb, line 17
def add_rdf_types_g
  %w[http://dlib.york.ac.uk/ontologies/borthwick-registers#RelatedAgent http://xmlns.com/foaf/0.1/Group]
end
add_rdf_types_p() click to toggle source
# File lib/dog_biscuits/models/to_refactor_or_remove/db/db_related_agent.rb, line 13
def add_rdf_types_p
  %w[http://dlib.york.ac.uk/ontologies/borthwick-registers#RelatedAgent http://xmlns.com/foaf/0.1/Person]
end