I found the following definition for a structure in my math course:
A structure $X$ consists of a non-empty set $D_x$, the universum of $X$ and the attribution of values $r^x$ to non logical-symbols $r$:
-The value $c^x$ for an object-symbol $c$ is an element of the universum $D_x$. $c$ can be a constant value or a variable.
-The value $F^x$ for a function-symbol $F/n$ is a function $F^x:D_x^n \rightarrow D_x$. This is a function that maps n-values $(a_1,...,a_n)$ from the universum to single values of the universum.
-The value $P^x$ for a predicate-symbol $P/n$ is a n-relation $P^x$ in $D_x$, so $P^x \subset D_x^n$.
We call $r^x$ the value or interpretation of $r$ in X.
=================================================
This seems pretty abstract to me, Can someone give me an example of a structure with this definition? Or just more information/explanation? I looked on the internet but didn't find anything.