Difference between revisions of "Workdocumentation 2022-12-13"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation | + | {{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2023-03-03|category=Workdocumentation}} |
− | see http://www.plantuml.com/plantuml/uml/ | + | see [http://www.plantuml.com/plantuml/uml/nLVBRkCs5DthAovcDGNgsDR3aeEYcCa3w02PFEAaMKndGLDNDX5AL4agZf7cW_eR_R9IOeWGoTWPUHRZHMABlESStiSLxmUbYTHDoGFDD4S83e-lBmStCvYjbSOI3aMbyLu7NxuijQxL_d18iP63bTeJSW7__GlXA0p16HtdJ0kflduDiCgXGmngGc_90k7wO71vS_N7u2EXIwpW8G00AifQL5XfE2AQ73ADy03j0W0plB8W5E7exDCbBfZIacWch6NtaTrJb6R3-r_imyV0_l6WdRZ1PoQbaF1WjpmwOMwzMwY4Hj2Y1b70PzGaDxA2ykaBC0MSLRUOWnRmx97LQhMtOhUitTEwPTZ-65w4QHYDmcaADqzhS5nfkOP2o8uJReIyLKj3TYu5HSnPjMXT1s2Sroa9_6CuEUxylbGJfG8bLXGzg1bAXigwytlKfbcIPP67vUk23itA0rzX-w6SABLDXDFy-4gwp-4bcQ9BmHdPqqBmmeZ4Jkd5U9oCaYZC9d1yJygQes--_rVb2pROUeaGoVmv0CxZNTPkEuiFvBJxwtyAtfJebjvshy6hKUhr_lau6qTWD4WD5IdHYEWF4QSJMroxM2Tf2dKpvupQSZBxTiAPfX7agAXaSyo1QBY-FDa99ucWQ3Y7bGaEa3l2E9bp_074U3oQ6jlJmUd1wIxssJJDuEZWv1nyFtqwCbYRilWZ9JcMZBe42zwijtWKn_5qce4p1MUxBIzVycmfhECxhFH69Blyin8u1IgQjXdkOXsQxEV2HkKdb4ysWkwTQI3A7H72DYBEVcDZ96R_zxR4U1gxbcWDJJDqZ429p5b5E3FVYVc_LamP5i1xBGdLe6N3rw39lE54mjyDoZL8L0tN2WefokV-kIKrBQr9g1q3yUFbsGiaIYRjnSBOk03ulf-rlYPlUvyqUYday28REUyxK-F_ArR20SeAfHgSO7l6RxZDxU_dk0nOIHRzt9P62IoOgNfRjlrCOoX8oVYwl-ruD051QLExUkqHwCIO5WMZZ71OuLmntOyxdaxWxFBmqr7Vx0ZZP69Jp4RuTVFtBmY__JCOFDq8NY-QfIqNe_qUryYQIErkDUhfDWPW6Iqx37wtVNqVUZWfZHDW2cfFT5lrxi0lNpdsk9R7ihiSRkdVLU_wIvXcWDtau3XjBx5m3hqFO3AoWNiDwDyNUxqpeiYs6xN479XzyJp2Yv7X1kSchdSehME-EJGDmVjXO3RSzpsiX-3n1SyLexUexOZcDwbcNZAbcAZKdi-eQ3taOi6glNfPmzdCccyUDNnuU7WvZyqSYpUADJKN97_l2VYLB2HYQU2KDvkrSzS7mzcK_7y0 uml diagram] |
+ | = CEUR-WS System Context = | ||
<uml format='svg'> | <uml format='svg'> | ||
title | title | ||
Line 6: | Line 7: | ||
[[https://ceur-ws.org © 2022 CEUR-WS Editors]] | [[https://ceur-ws.org © 2022 CEUR-WS Editors]] | ||
end title | end title | ||
+ | package UB-RWTH-Aachen { | ||
+ | component DataCite { | ||
+ | interface DOIRegistration { | ||
+ | registerDOI() | ||
+ | } | ||
+ | } | ||
+ | component CEUR-WS-Mirror { | ||
+ | } | ||
+ | } | ||
package CEUR-WS { | package CEUR-WS { | ||
+ | note top of Metadata | ||
+ | metadata is linked to [[https://www.wikidata.org/wiki/Q27230297 Wikidata Entry for CEUR Workshop Proceedings]] | ||
+ | end note | ||
component Metadata { | component Metadata { | ||
note top of ConferenceProceedingsSeries | note top of ConferenceProceedingsSeries | ||
Line 14: | Line 27: | ||
} | } | ||
note top of Proceedings | note top of Proceedings | ||
+ | [[https://scholia.toolforge.org/Q115053286 Example Proceedings:\nProceedings of the 3rd Wikidata Workshop 2022]] | ||
end note | end note | ||
class Proceedings { | class Proceedings { | ||
} | } | ||
class Volume { | class Volume { | ||
+ | [[https://www.wikidata.org/wiki/Property:P1813 short name→acronym]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P1476 title]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P577 publication date→date]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P973 described at URL]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P953 full work available at URL→url]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P4109 URN-NBN→urn]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P6721 K10plusPPN ID→k10plus]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P8978 DBLP publication ID→dblp]] | ||
+ | } | ||
+ | note top of AcademicWorkshop | ||
+ | [[https://www.wikidata.org/wiki/Q40444998 Academic Workshop]] | ||
+ | end note | ||
+ | class AcademicWorkshop { | ||
+ | } | ||
+ | note top of Event | ||
+ | end note | ||
+ | class Event { | ||
[[https://www.wikidata.org/wiki/Property:P1813 short name]] | [[https://www.wikidata.org/wiki/Property:P1813 short name]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P17 country]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P276 location]] | ||
[[https://www.wikidata.org/wiki/Property:P1476 title]] | [[https://www.wikidata.org/wiki/Property:P1476 title]] | ||
− | [[https://www.wikidata.org/wiki/Property: | + | [[https://www.wikidata.org/wiki/Property:P580 start time]] |
+ | [[https://www.wikidata.org/wiki/Property:P582 end time]] | ||
+ | } | ||
+ | note top of Paper | ||
+ | [[https://scholia.toolforge.org/Q115053494 Example Paper:\nProperty cardinality analysis to extract truly tabular query results from Wikidata ]] | ||
+ | end note | ||
+ | class Paper { | ||
+ | [[https://www.wikidata.org/wiki/Property:P1476 title]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P8978 DBLP publication ID]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P356 DOI]] | ||
+ | } | ||
+ | note top of Scholar | ||
+ | [[https://scholia.toolforge.org/author/Q80 Example Scholar:\nTim Berners-Lee]] | ||
+ | end note | ||
+ | class Scholar { | ||
+ | [[https://www.wikidata.org/wiki/Property:P18 image]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P735 given name→firstName]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P734 family name→name]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P106 occupation]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P856 official website→homepage]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P496 ORCID ID→orcid]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P2456 DBLP author ID→dblpId]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P1960 Google Scholar author ID→googleScholarUser]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P6634 LinkedIn personal profile ID→linkedInId]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P2038 ResearchGate profile ID→researchGate]] | ||
+ | [[https://www.wikidata.org/wiki/Property:P227 GND ID→gndid]] | ||
} | } | ||
Proceedings <|-- Volume | Proceedings <|-- Volume | ||
− | Proceedings -- ConferenceProceedingsSeries: "https://www.wikidata.org/wiki/ | + | Proceedings -- ConferenceProceedingsSeries: [[https://www.wikidata.org/wiki/Q27230297 part of the series]] |
− | + | Volume -> Event: [[https://www.wikidata.org/wiki/Property:P4745 is proceedings from]] | |
+ | AcademicWorkshop <|-- Event | ||
+ | Scholar -> "n" Event: [[https://www.wikidata.org/wiki/Property:P98 editor]] | ||
+ | Paper -> "n" Scholar: [[https://www.wikidata.org/wiki/Property:P50 author]] | ||
+ | Paper -> Proceedings: [[https://www.wikidata.org/wiki/Property:P1433 published in]] | ||
} | } | ||
note top of WebServer | note top of WebServer |