Difference between revisions of "Attendee"

From BITPlan Wiki
Jump to navigation Jump to search
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== uml ===
+
=== Conceptual Model ===
<uml>
+
Click on the classes to get to the relevant SMW Mediawiki pages
 +
<uml format='svg'>
 
title Attendee
 
title Attendee
 
note as AttendeeDiagramNote
 
note as AttendeeDiagramNote
Copyright (c) 2015 BITPlan GmbH
+
Copyright (c) 2015-2019 BITPlan GmbH
 
[[http://www.bitplan.com]]
 
[[http://www.bitplan.com]]
 
end note
 
end note
 
note as AttendeeNote
 
note as AttendeeNote
 
A participant of an event
 
A participant of an event
 +
[[https://www.semantic-mediawiki.org/wiki/Concept:Attendee Concept Attendee]]
 +
 
end note
 
end note
class Attendee {
+
class Attendee [[https://www.semantic-mediawiki.org/wiki/Concept:Attendee]] {
   Text name
+
   Text [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_name name]]
   Text firstName
+
   Text [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_firstName Name]]
 
   Text jobTitle
 
   Text jobTitle
   EMail email
+
   EMail [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_email email]]
   Text crm
+
   Text [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_crm crm]]
   Text picture
+
   Text [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_picture picture]]
 
   Text socialLinks
 
   Text socialLinks
   Text introduction
+
   Text [[https://www.semantic-mediawiki.org/wiki/Property:Attendee_introduction introduction]]
 
   Boolean publish
 
   Boolean publish
 
   Text events
 
   Text events
 
}
 
}
class Talk {
+
note as TalkNote
    
+
[[https://www.semantic-mediawiki.org/wiki/Category:Talks]]
 +
[[https://www.semantic-mediawiki.org/wiki/Template:Talk]]
 +
end note
 +
class Talk [[https://www.semantic-mediawiki.org/wiki/Template:Talk]] {
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Talk_status status]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_title title]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_description description]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_duration duration]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_audience_type audience]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_talk_type type]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_planned_start start]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_planned_finished stop]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_video video]]
 +
  [[https://www.semantic-mediawiki.org/wiki/Property:Has_keyword keywords]]
 +
}
 +
note as EventNote
 +
[[https://www.semantic-mediawiki.org/wiki/Category:Event]]
 +
[[https://www.semantic-mediawiki.org/wiki/Template:Conference]]
 +
end note
 +
class Event [[https://www.semantic-mediawiki.org/wiki/Template:Conference]]{
 +
   conference
 +
  description
 +
  address
 +
  start
 +
  finish
 +
  calendar
 +
  Type
 +
  GeneralChair
 +
  LocalChair
 +
  ProgramChair
 +
  SponsorshipChair
 +
  Audience
 +
  Collection
 +
  Wikidata
 
}
 
}
class Event {
+
class Location {
 
}
 
}
Attendee -> Talk  
+
Attendee "n Speakers" - "n talks" Talk  
Talk -> Event
+
Talk -> "1 conference" Event
 
Attendee -> Event
 
Attendee -> Event
 
+
Event -> Location
 
+
TalkNote .. Talk
 +
EventNote .. Event
 
AttendeeNote .. Attendee
 
AttendeeNote .. Attendee
 
' BITPlan Corporate identity skin params
 
' BITPlan Corporate identity skin params
Line 111: Line 148:
 
' end of skinparams '
 
' end of skinparams '
 
</uml>
 
</uml>
 +
= Example Properties =
 +
* https://www.semantic-mediawiki.org/wiki/Property:Talk_status

Latest revision as of 09:42, 11 September 2021

Conceptual Model

Click on the classes to get to the relevant SMW Mediawiki pages

Example Properties