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

From BITPlan ceur-ws Wiki
Jump to navigation Jump to search
Line 7: Line 7:
 
end title
 
end title
 
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 17:
 
     }
 
     }
 
     note top of Proceedings
 
     note top of Proceedings
 +
[[https://scholia.toolforge.org/Q115053286 Example: Proceedings of the 3rd Wikidata Workshop 2022]]
 
     end note
 
     end note
 
     class Proceedings {
 
     class Proceedings {
Line 21: Line 25:
 
       [[https://www.wikidata.org/wiki/Property:P1476 title]]
 
       [[https://www.wikidata.org/wiki/Property:P1476 title]]
 
       [[https://www.wikidata.org/wiki/Property:P577 publication date]]
 
       [[https://www.wikidata.org/wiki/Property:P577 publication date]]
 +
      [[https://www.wikidata.org/wiki/Property:P973 described at URL]]
 +
      [[https://www.wikidata.org/wiki/Property:P953 full work available at URL]]
 +
      [[https://www.wikidata.org/wiki/Property:P4109 URN-NBN]]
 +
    }
 +
    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:P17 country]]
 +
      [[https://www.wikidata.org/wiki/Property:P276 location]]
 +
      [[https://www.wikidata.org/wiki/Property:P1476 title]]
 +
      [[https://www.wikidata.org/wiki/Property:P580 start time]]
 +
      [[https://www.wikidata.org/wiki/Property:P582 end time]]
 +
    }
 +
    note top of Paper
 +
 +
    end note
 +
    class Paper {
 +
    }
 +
    class Scholar {
 
     }
 
     }
 
     Proceedings <|-- Volume
 
     Proceedings <|-- Volume
     Proceedings -- ConferenceProceedingsSeries: "https://www.wikidata.org/wiki/Q27230297"  
+
     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 editors]]
 
   }  
 
   }  
 
   note top of WebServer  
 
   note top of WebServer  

Revision as of 15:38, 14 December 2022