PersonRelations

class LOGS.Entities.PersonRelations.PersonRelations(ref=None, connection=None)[source]

Bases: EntityRelations

Relations of a Person with other entities

property datasets: EntityRelation[Dataset] | None
property documents: EntityRelation[Document] | None
property labNotebooksEntries: EntityRelation[LabNotebookEntry] | None
property labNotebooksEntryMentions: EntityRelation[LabNotebookEntry] | None
property samples: EntityRelation[Sample] | None