Difference between revisions of "Workdocumentation 2022-12-13"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
see http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000 | see http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000 | ||
<uml format='svg'> | <uml format='svg'> | ||
+ | title | ||
+ | CEUR-WS System Context | ||
+ | [[https://ceur-ws.org © 2022 CEUR-WS Editors]] | ||
+ | end title | ||
package CEUR-WS { | package CEUR-WS { | ||
component Metadata { | component Metadata { | ||
+ | note top of ConferenceProceedingsSeries | ||
+ | [[https://www.wikidata.org/wiki/Q27785883 Conference Proceedings Series]] | ||
+ | end note | ||
+ | class ConferenceProceedingsSeries { | ||
+ | } | ||
+ | note top of Proceedings | ||
+ | end note | ||
+ | class Proceedings { | ||
+ | } | ||
class Volume { | class Volume { | ||
− | [[https://www.wikidata.org/wiki/Property:P1813 short | + | [[https://www.wikidata.org/wiki/Property:P1813 short name]] |
+ | [[https://www.wikidata.org/wiki/Property:P1476 title]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P577 publication date]] | ||
} | } | ||
− | } | + | Proceedings <|-- Volume |
+ | Proceedings -- ConferenceProceedingsSeries: "https://www.wikidata.org/wiki/Q27230297" | ||
+ | |||
+ | } | ||
note top of WebServer | note top of WebServer | ||
[[https://ceur-ws.org/ ceur-ws.org]] | [[https://ceur-ws.org/ ceur-ws.org]] |