Is is appropriate to consider metadata as the instance of data model?
I am sure that in relational DBMS, foreign key is part of its data model, and the specification of foreign key is kind of metadata. But I found no evidence that is instance of
relationship is universal between these 2 concepts.
BTW, I've already refered some text books like Database System Concepts and Fundamentals of Database Systems.