// Standard namespaces // see https://www.w3.org/2003/01/geo/ // [entity:entity] > mix:created, mix:referenceable mixin //- entity:uid (String) m // an implementation dependent UID for each entity //- entity:type (String) // the type of this entity // // ENTITY DEFINITION // [entity:definition] > entity:composite, mix:created, mix:referenceable //- entity:type (String) multiple [entity:part] [entity:reference] [entity:composite] orderable //+ * (entity:part) //+ * (entity:reference) //+ * (entity:composite) // // TYPOLOGY // [entity:term] orderable + * (entity:term) * [entity:typology] > mix:referenceable, mix:created orderable + * (entity:term) * // // FORM // [entity:form] mixin [entity:formSet] mixin // LDAP-LIKE ENTITIES // A real person [entity:person] > entity:entity mixin - ldap:sn (String) - ldap:givenName (String)