```plantuml @startuml skinparam cardAttributeIconSize 9 skinparam cardBackgroundColor #009900 skinparam cardBorderColor #black skinparam ArrowColor #00331f skinparam cardFontColor #black skinparam cardFontName arial skinparam BackgroundColor #lightgrey card Group [ Group -- id num year sector ] card User [ User -- id password email name surname nickname image extratime ~#groupID ] card VocabularyList [ VocabularyList -- id name image ~#userID ] card Translate [ Translate -- id ~#firstWord ~#secondWord ~#listVoc ] card Vocabulary [ Vocabulary -- word ] card Language [ Language -- name ] card Register [ Register -- #language #word ] card Role [ Role -- id name ] card Practice [ Practice -- #vocabID #groupID ] card Be [ Be -- #userID #roleID ] User --> Group Translate --> VocabularyList Vocabulary <-- Translate Vocabulary <-- Translate Language <-r- Register Register --> Vocabulary Practice -> VocabularyList Practice -> Group Be --> User Role <-l- Be VocabularyList -> User @enduml