Skip to content

Commit

Permalink
Fix core.puml file (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenejac committed Oct 17, 2023
1 parent 6e3424a commit be1f611
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions diagrams/core.puml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,36 @@
}

"Agent_Identifier" <|-- "ORCID_Identifier"

class "ROR_Identifier" #ffffff {
rorId : ROR_ID
}

"Agent_Identifier" <|-- "ROR_Identifier"

class "ISNI_Identifier" #ffffff {
isniId : ISNI_ID
}

"Agent_Identifier" <|-- "ISNI_Identifier"

class "FundRef_Identifier" #ffffff {
fundRefId : FundRef_ID
}

"Agent_Identifier" <|-- "FundRef_Identifier"

class "Scopus_Author_Identifier" #ffffff {
scopusAuthorId : Scopus_Author_ID
}

"Agent_Identifier" <|-- "Scopus_Author_Identifier"

class "Wikidata_Identifier" #ffffff {
wikidataId : Wikidata_ID
}

"Agent_Identifier" <|-- "Wikidata_Identifier"
!endsub

!startsub Person
Expand Down Expand Up @@ -75,7 +105,6 @@
name : Multilingual_String
acronym : String
address : Postal_Address
rorId : ROR_ID
webSiteURL : URI
email : URI
}
Expand Down Expand Up @@ -214,7 +243,6 @@

!startsub Document
class "Document" #ffffff {
DOI : DOI
title : Multilingual_String
publicationDate : Date
}
Expand Down

0 comments on commit be1f611

Please sign in to comment.