Public
Edited
May 9, 2023
Insert cell
dot`digraph rdf {
node [shape=box, style=filled, color=lightblue];
edge [color=grey];

// Key
key [label="Key|{Blue: Entity|Grey: Relation}", fillcolor=white];

// Entities
church [label="{Established Church|{Name: St. Michael's Cathedral|Wikidata ID: Q123456}}", fillcolor=lightblue];
diocese [label="{Lord Bishop Diocese|{Name: St. Michael's Diocese|Start Year: 1895}}", fillcolor=lightblue];
person [label="{Person|{Name: John Smith|Birth: 20 April 1950|Death: 15 March 2022}}", fillcolor=lightblue];
incumbency [label="{Diocese Incumbency|{Start Year: 2000|End Year: 2022}}", fillcolor=lightblue];
translation [label="{Translation|{From: Holy Trinity Diocese|To: St. Michael's Diocese}}", fillcolor=lightgreen];
dioceseName [label="{Diocese Name|{Name: Saint Michael's Diocese|Year: 2010-2012}}", fillcolor=lightblue];
seniority [label="{Seniority|{Rank: 1}}", fillcolor=lightblue];
seniorityIncumbency [label="{Seniority Incumbency|{Start Year: 2005|End Year: 2022}}", fillcolor=lightblue];

// Relations
church -> diocese [label="Established"];
person -> incumbency [label="Served in"];
diocese -> incumbency [label="Had"];
incumbency -> translation [label="Translated to"];
diocese -> dioceseName [label="Renamed to"];
person -> seniorityIncumbency [label="Held"];
seniority -> seniorityIncumbency [label="Assigned to"];
}
`
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more