Difference between revisions of "ConferenceCorpus"

From BITPlan Wiki
Jump to navigation Jump to search
Line 15: Line 15:
 
title
 
title
 
ConfIDent  Event
 
ConfIDent  Event
2021-08-02
+
2021-08-03
 
[[https://projects.tib.eu/en/confident/ © 2019-2021 ConfIDent project]]
 
[[https://projects.tib.eu/en/confident/ © 2019-2021 ConfIDent project]]
 
see also [[http://ptp.bitplan.com/settings Proceedings Title Parser]]
 
see also [[http://ptp.bitplan.com/settings Proceedings Title Parser]]
Line 22: Line 22:
 
package DataSources {
 
package DataSources {
 
   class Event << Entity >> {
 
   class Event << Entity >> {
 +
  acronym : TEXT
 
   source : TEXT  
 
   source : TEXT  
 
   title : TEXT  
 
   title : TEXT  
  }
 
Note top of dblp_Event
 
 
47891 instances
 
End note
 
  class dblp_Event << Entity >> {
 
  publicationSeries : TEXT
 
  series : TEXT
 
  url : TEXT
 
  year : TEXT
 
 
   }
 
   }
 
Note top of orwiki_Event
 
Note top of orwiki_Event
Line 41: Line 32:
 
   class orwiki_Event << Entity >> {
 
   class orwiki_Event << Entity >> {
 
   acceptedPapers : INTEGER  
 
   acceptedPapers : INTEGER  
  acronym : TEXT
 
 
   city : TEXT  
 
   city : TEXT  
 
   country : TEXT  
 
   country : TEXT  
Line 63: Line 53:
 
   class orcwiki_Event << Entity >> {
 
   class orcwiki_Event << Entity >> {
 
   acceptedPapers : INTEGER  
 
   acceptedPapers : INTEGER  
  acronym : TEXT
 
 
   city : TEXT  
 
   city : TEXT  
 
   country : TEXT  
 
   country : TEXT  
Line 89: Line 78:
 
   Notification_Due : DATE  
 
   Notification_Due : DATE  
 
   Submission_Deadline : DATE  
 
   Submission_Deadline : DATE  
  acronym : TEXT
 
 
   deleted : BOOLEAN  
 
   deleted : BOOLEAN  
 
   endDate : DATE  
 
   endDate : DATE  
Line 102: Line 90:
 
   wikiCFPId : INTEGER  
 
   wikiCFPId : INTEGER  
 
   year : INTEGER  
 
   year : INTEGER  
  }
 
Note top of wikidata_Event
 
 
7443 instances
 
End note
 
  class wikidata_Event << Entity >> {
 
  acronym : TEXT
 
  country : TEXT
 
  countryId : TEXT
 
  dblpConferenceId : TEXT
 
  endDate : TIMESTAMP
 
  eventId : TEXT
 
  eventInSeries : TEXT
 
  eventInSeriesId : TEXT
 
  gndId : TEXT
 
  homepage : TEXT
 
  language : TEXT
 
  mainSubject : TEXT
 
  ordinal : TEXT
 
  startDate : TIMESTAMP
 
  wikiCfpId : TEXT
 
 
   }
 
   }
 
Note top of orapi_Event
 
Note top of orapi_Event
Line 130: Line 97:
 
   class orapi_Event << Entity >> {
 
   class orapi_Event << Entity >> {
 
   acceptedPapers : TEXT  
 
   acceptedPapers : TEXT  
  acronym : TEXT
 
 
   city : TEXT  
 
   city : TEXT  
 
   country : TEXT  
 
   country : TEXT  
Line 150: Line 116:
 
   class orcapi_Event << Entity >> {
 
   class orcapi_Event << Entity >> {
 
   acceptedPapers : TEXT  
 
   acceptedPapers : TEXT  
  acronym : TEXT
 
 
   city : TEXT  
 
   city : TEXT  
 
   country : TEXT  
 
   country : TEXT  
Line 170: Line 135:
 
End note
 
End note
 
   class crossref_Event << Entity >> {
 
   class crossref_Event << Entity >> {
  acronym : TEXT
 
 
   doi : TEXT  
 
   doi : TEXT  
 
   endDate : DATE  
 
   endDate : DATE  
Line 184: Line 148:
 
   year : INTEGER  
 
   year : INTEGER  
 
   }
 
   }
   Event <|-- dblp_Event
+
Note top of wikidata_Event
 +
 
 +
7443 instances
 +
End note
 +
   class wikidata_Event << Entity >> {
 +
  country : TEXT
 +
  countryId : TEXT
 +
  dblpConferenceId : TEXT
 +
  endDate : TIMESTAMP
 +
  eventId : TEXT
 +
  eventInSeries : TEXT
 +
  eventInSeriesId : TEXT
 +
  gndId : TEXT
 +
  homepage : TEXT
 +
  language : TEXT
 +
  mainSubject : TEXT
 +
  ordinal : TEXT
 +
  startDate : TIMESTAMP
 +
  wikiCfpId : TEXT
 +
  }
 +
Note top of dblp_Event
 +
 
 +
47891 instances
 +
End note
 +
  class dblp_Event << Entity >> {
 +
  booktitle : TEXT
 +
  doi : TEXT
 +
  ee : TEXT
 +
  eventId : TEXT
 +
  isbn : TEXT
 +
  mdate : TEXT
 +
  publicationSeries : TEXT
 +
  series : TEXT
 +
  url : TEXT
 +
  year : TEXT
 +
  }
 
   Event <|-- orwiki_Event
 
   Event <|-- orwiki_Event
 
   Event <|-- orcwiki_Event
 
   Event <|-- orcwiki_Event
 
   Event <|-- wikicfp_Event
 
   Event <|-- wikicfp_Event
  Event <|-- wikidata_Event
 
 
   Event <|-- orapi_Event
 
   Event <|-- orapi_Event
 
   Event <|-- orcapi_Event
 
   Event <|-- orcapi_Event
 
   Event <|-- crossref_Event
 
   Event <|-- crossref_Event
 +
  Event <|-- wikidata_Event
 +
  Event <|-- dblp_Event
 
}
 
}
  
Line 272: Line 272:
 
hide Circle
 
hide Circle
 
' end of skinparams '
 
' end of skinparams '
 
 
</uml>
 
</uml>
  

Revision as of 11:09, 3 August 2021

OsProject

OsProject
edit
id  ConferenceCorpus
state  
owner  WolfgangFahl
title  Scientific Event Corpus
url  https://github.com/WolfgangFahl/ConferenceCorpus
version  0.0.7
description  
date  2021-08-02
since  
until  

Event

Eventseries