Difference between revisions of "Workdocumentation 2022-12-13"

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
{{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2022-12-14|category=Workdocumentation}}
 
{{PageSequence|prev=Workdocumentation 2022-09-13|next=Workdocumentation 2022-12-14|category=Workdocumentation}}
 
see http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
 
see http://www.plantuml.com/plantuml/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000
 +
= 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
 
   note top of Metadata
Line 17: Line 27:
 
     }
 
     }
 
     note top of Proceedings
 
     note top of Proceedings
[[https://scholia.toolforge.org/Q115053286 Example: Proceedings of the 3rd Wikidata Workshop 2022]]
+
[[https://scholia.toolforge.org/Q115053286 Example Proceedings:\nProceedings of the 3rd Wikidata Workshop 2022]]
 
     end note
 
     end note
 
     class Proceedings {
 
     class Proceedings {
Line 28: Line 38:
 
       [[https://www.wikidata.org/wiki/Property:P953 full work available at URL]]
 
       [[https://www.wikidata.org/wiki/Property:P953 full work available at URL]]
 
       [[https://www.wikidata.org/wiki/Property:P4109 URN-NBN]]
 
       [[https://www.wikidata.org/wiki/Property:P4109 URN-NBN]]
 +
      [[https://www.wikidata.org/wiki/Property:P8978 DBLP publication ID]]
 
     }
 
     }
 
     note top of AcademicWorkshop
 
     note top of AcademicWorkshop
Line 45: Line 56:
 
     }
 
     }
 
     note top of Paper
 
     note top of Paper
 
+
[[https://scholia.toolforge.org/Q115053494 Example Paper:\nProperty cardinality analysis to extract truly tabular query results from Wikidata ]]
 
     end note
 
     end note
 
     class Paper {
 
     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 {
 
     class Scholar {
 +
[[https://www.wikidata.org/wiki/Property:P18 image]]
 +
[[https://www.wikidata.org/wiki/Property:P735 given name]]
 +
[[https://www.wikidata.org/wiki/Property:P734 family name]]
 +
[[https://www.wikidata.org/wiki/Property:P106 occupation]]
 +
[[https://www.wikidata.org/wiki/Property:P856 official website]]
 +
[[https://www.wikidata.org/wiki/Property:P496 ORCID ID]]
 +
[[https://www.wikidata.org/wiki/Property:P2456 DBLP author ID]]
 
     }
 
     }
 
     Proceedings <|-- Volume
 
     Proceedings <|-- Volume
 
     Proceedings -- ConferenceProceedingsSeries: [[https://www.wikidata.org/wiki/Q27230297 part of the series]]   
 
     Proceedings -- ConferenceProceedingsSeries: [[https://www.wikidata.org/wiki/Q27230297 part of the series]]   
     Volume -- Event: [[https://www.wikidata.org/wiki/Property:P4745 is proceedings from]]
+
     Volume -> Event: [[https://www.wikidata.org/wiki/Property:P4745 is proceedings from]]
 
     AcademicWorkshop <|--  Event  
 
     AcademicWorkshop <|--  Event  
     Scholar -- "n" Event: [[https://www.wikidata.org/wiki/Property:P98 editors]]
+
     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  

Revision as of 16:11, 14 December 2022