Skip to content

Commit

Permalink
doc: update mermaid schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bamthomas committed Oct 28, 2024
1 parent 81705c5 commit 42df25a
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ class Analyzable {
}
class Article
class Assessment
class Asset
class Asset {
<<Interface>>
}
class Associate
class Audio
class BankAccount
Expand All @@ -48,8 +51,14 @@ class Email
class Employment
class Event
class Family
class Folder
class HyperText
class Folder {
<<Interface>>
}
class HyperText {
<<Interface>>
}
class Identification
class Image
class Interest {
Expand Down Expand Up @@ -78,7 +87,10 @@ class Pages
class Passport
class Payment
class Person
class PlainText
class PlainText {
<<Interface>>
}
class Position
class Post
class Project
Expand Down Expand Up @@ -112,16 +124,15 @@ class Video
class Workbook
Address --> Thing
Airplane --> Thing
Airplane ..> Vehicle
Airplane --> Vehicle
Article --> Document
Assessment --> Thing
Asset --> Thing
Asset ..> Value
Asset --> Value
Associate ..> Interval
Audio --> Document
BankAccount ..> Asset
BankAccount --> Thing
Call --> Interval
CallForTenders ..> Interval
CallForTenders --> Thing
Company ..> Asset
Expand All @@ -140,6 +151,7 @@ Directorship ..> Interest
Document ..> Analyzable
Document --> Thing
Documentation ..> Interest
EconomicActivity --> Interval
Email --> Document
Email ..> Folder
Email ..> HyperText
Expand All @@ -149,10 +161,9 @@ Event ..> Analyzable
Event ..> Interval
Event --> Thing
Family ..> Interval
Folder --> Document
HyperText --> Document
Identification ..> Interval
Image --> Document
Interest --> Interval
LegalEntity --> Thing
License --> Contract
Membership ..> Interest
Expand All @@ -173,12 +184,12 @@ Passport --> Identification
Payment ..> Interval
Payment ..> Value
Person --> LegalEntity
PlainText --> Document
Position --> Thing
Post ..> Interest
Project ..> Interval
Project --> Thing
Project ..> Value
ProjectParticipant --> Interest
PublicBody --> Organization
RealEstate ..> Asset
RealEstate --> Thing
Expand All @@ -194,8 +205,7 @@ UnknownLink ..> Interest
UserAccount --> Thing
Vehicle ..> Asset
Vehicle --> Thing
Vessel --> Thing
Vessel ..> Vehicle
Vessel --> Vehicle
Video --> Document
Workbook --> Document
Workbook ..> Folder
Expand Down

0 comments on commit 42df25a

Please sign in to comment.