Difference between revisions of "Triple"

From BITPlan cr Wiki
Jump to navigation Jump to search
Line 30: Line 30:
 
      
 
      
 
     {rank=same; Physics Chemistry Mathematics ComputerScience}
 
     {rank=same; Physics Chemistry Mathematics ComputerScience}
 +
}
 +
</graphviz>
 +
= Graph =
 +
<graphviz>
 +
graph scientist_network {
 +
    node [shape=circle, style=filled, fillcolor=lightcyan]
 +
    edge [color=gray]
 +
   
 +
    Einstein [label="Einstein\nQ937\nPhysicist"]
 +
    Curie [label="Curie\nQ7186\nChemist"]
 +
    Turing [label="Turing\nQ7251\nComputer Scientist"]
 +
    BernersLee [label="Berners-Lee\nQ80\nComputer Scientist"]
 +
    Noether [label="Noether\nQ7099\nMathematician"]
 +
    Feynman [label="Feynman\nQ39246\nPhysicist"]
 +
    Tesla [label="Tesla\nQ9036\nInventor"]
 +
   
 +
    Einstein -- Feynman [label="Physics"]
 +
    Einstein -- Noether [label="Mathematics"]
 +
    Curie -- Einstein [label="Nobel Prize"]
 +
    Turing -- BernersLee [label="Computing"]
 +
    Turing -- Noether [label="Logic/Math"]
 +
    Tesla -- Einstein [label="Physics"]
 +
    Tesla -- Feynman [label="Electromagnetism"]
 +
    Noether -- Feynman [label="Mathematical Physics"]
 +
    Curie -- Tesla [label="Radioactivity/Electricity"]
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 12:18, 26 July 2025

Relational Tables versus Triples

Triple explanation.svg

Trees

Graph