Method: Valkyrie::Persistence::Fedora::Persister::ModelConverter::Property#predicate

Defined in:
lib/valkyrie/persistence/fedora/persister/model_converter.rb

#predicateRDF::URI

Retrieve the RDF predicate for this Valkyrie Resource attribute (being converted) This is used to generate RDF statements (triples) from Resource attributes



93
94
95
# File 'lib/valkyrie/persistence/fedora/persister/model_converter.rb', line 93

def predicate
  schema.predicate_for(resource: resource, property: key)
end