Home Models
graph LR classDef crm stroke:#333333,fill:#DCDCDC,color:#333333,rx:5px,ry:5px; classDef thing stroke:#2C5D98,fill:#D0E5FF,color:#2C5D98,rx:5px,ry:5px; classDef event stroke:#6B9624,fill:#D0DDBB,color:#6B9624,rx:5px,ry:5px; classDef oPID stroke:#2C5D98,fill:#2C5D98,color:white,rx:5px,ry:5px; classDef ePID stroke:#6B9624,fill:#6B9624,color:white,rx:5px,ry:5px; classDef aPID stroke:black,fill:#FFFF99,rx:20px,ry:20px; classDef type stroke:red,fill:#B51511,color:white,rx:5px,ry:5px; classDef name stroke:orange,fill:#FEF3BA,rx:20px,ry20px; classDef literal stroke:black,fill:#FFB975,rx:2px,ry:2px,max-width:100px; classDef classstyle stroke:black,fill:white; classDef url stroke:#2C5D98,fill:white,color:#2C5D98,rx:5px,ry:5px; classDef note stroke:#2C5D98,fill:#D8FDFF,color:#2C5D98,rx:5px,ry:5px; O0("Object") class O0 oPID; O1("Title") class O1 oPID; O0 -- identified_by -->O1["Title"] O2("Famous Work") class O2 literal; O1 -- content -->O2["Famous Work"] O3("object title") class O3 literal; O1 -- classified_as -->O3["object title"] O4("English") class O4 literal; O1 -- language -->O4["English"] O5("Identifier") class O5 oPID; O0 -- identified_by -->O5["Identifier"] O6("2020-0001") class O6 literal; O5 -- content -->O6["2020-0001"] O7("accession") class O7 literal; O5 -- classified_as -->O7["accession"] O8("Production") class O8 oPID; O0 -- produced_by -->O8["Production"] O9("Actor") class O9 literal; O8 -- carried_out_by -->O9["Actor"] O10("Timespan") class O10 oPID; O8 -- timespan -->O10["Timespan"] O11("Timespan Name") class O11 oPID; O10 -- identifed_by -->O11["Timespan Name"] O12("2000-01-01T00:00:00") class O12 literal; O10 -- begin_of_the_begin -->O12["2000-01-01T00:00:00"] O13("2001-01-01T00:00:00") class O13 literal; O10 -- end_of_the_end -->O13["2001-01-01T00:00:00"] O14("2000") class O14 literal; O11 -- content -->O14["2000"] O15("display name") class O15 literal; O11 -- classified_as -->O15["display name"] ;