Difference between revisions of "Main Page"

From BITPlan cr Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 
== {{#realname:visitor}}, Welcome to {{SERVERNAME}} - {{NUMBEROFARTICLES}} Pages ==
 +
= Overview =
 +
<graphviz format="svg">
 +
/**
 +
* Wolfgang Fahl 2022-05-11
 +
*
 +
* Entities and Properties
 +
*/
 +
digraph links {
 +
  rankdir = RL;
 +
  graph [fontname = "helvetica"];
 +
  node [fontname = "helvetica"];
 +
  edge [fontname = "helvetica"];
 +
  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"
 +
      style="bold" 
 +
      href="https://www.wikidata.org/wiki/Q1143604"
 +
  ]
 +
  proceedings -> scholar [
 +
      label="editor"
 +
      href="https://www.wikidata.org/wiki/Property:P98"
 +
  ]
 +
  paper -> scholar [
 +
      label="author"
 +
      href="https://www.wikidata.org/wiki/Property:P50"
 +
  ]
 +
  scholar -> institution [
 +
      label="affiliation"
 +
      href="https://www.wikidata.org/wiki/Property:P1416"
 +
  ]   
 +
  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"
 +
      style="bold" 
 +
      href="https://www.wikidata.org/wiki/Q47258130"
 +
  ]
 +
  event [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      style="bold" 
 +
      shape="box"
 +
      href="https://www.wikidata.org/wiki/Q2020153"
 +
  ]
 +
 +
  event -> eventseries [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      label="part of the series" 
 +
      style="bold" 
 +
      href="https://www.wikidata.org/wiki/Property:P179"
 +
  ]
 +
  proceedings ->  event [
 +
      color="blue"
 +
      fontcolor="blue"
 +
      label="is proceedings of"
 +
      style="bold" 
 +
      href="https://www.wikidata.org/wiki/Property:P4745"
 +
  ]
 +
  { rank = same;paper; scholar; }
 +
  { rank = same;proceedings; institution; }
 +
  { rank = same;event; eventseries; }
 +
}
 +
</graphviz>
  
 
= Links =
 
= Links =

Latest revision as of 09:53, 21 March 2023