Difference between revisions of "Main Page"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 +
= Overview =
 +
<graphviz>
 +
/**
 +
* Wolfgang Fahl 2022-05-11
 +
*
 +
* Entities and Properties
 +
*/
 +
digraph links {
 +
  rankdir = TB;
 +
  scholar [
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q5"
 +
  ]
 +
  institution [
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q4671277"
 +
  ]
 +
  paper [
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q13442814"
 +
  ]
 +
  proceedings [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q1143604"
 +
  ]
 +
  paper -> scholar [
 +
      label="author"
 +
      href="https://www.wikidata.org/wiki/Property:P50"
 +
  ]
 +
  scholar -> institution [
 +
      label="affiliated with"
 +
  ]   
 +
  paper -> paper [
 +
      label="cites"
 +
      href="https://www.wikidata.org/wiki/Property:P2860"
 +
  ]
 +
  paper -> proceedings [
 +
      label="published in"
 +
      href="https://www.wikidata.org/wiki/Property:P1433"
 +
  ]
 +
  eventseries [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q47258130"
 +
  ]
 +
  event [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q2020153"
 +
  ]
 +
 +
  event -> eventseries [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      label="part of the series" 
 +
      href="https://www.wikidata.org/wiki/Property:P179"
 +
  ]
 +
  proceedings ->  event [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      label="is proceedings of"
 +
      href="https://www.wikidata.org/wiki/Property:P4745"
 +
  ]
 +
  { rank = same; event; eventseries; }
 +
 +
}
 +
</graphviz>
  
 
= Links =
 
= Links =

Revision as of 10:53, 1 February 2023