Entity Store of People Mentioned in Stephen Wolfram's A New Kind of Science

An entity store of all people mentioned in historical and other notes in “A New Kind of Science”

The countries given for people are based on countries currently at the relevant geographic locations.

The printed book included death dates only for people who died up to 2002.

The entity store defines entity classes such as Alive and Dead.

(1 entity types, 484 entities, 10 properties)

Examples

Basic Examples

Retrieve the data:

In[1]:=
ResourceData["Entity Store of People Mentioned in Stephen Wolfram's A New Kind of Science"]
Out[1]=

Add to the central list of entity stores:

In[2]:=
EntityRegister[
 ResourceData[
  "Entity Store of People Mentioned in Stephen Wolfram's A New Kind of Science"]]
Out[2]=

Visualization

Create a histogram of the birth dates of living people:

In[3]:=
EntityValue[EntityClass["NKSPerson", "Alive"], "BirthYear"] // DateHistogram
Out[3]=

Analysis

Get the first 5 dead people listed in the entity store:

In[4]:=
Take[EntityClass["NKSPerson", "Dead"] // EntityList, 5]
Out[4]=

Get the list of people born before 0 AD:

In[5]:=
EntityClass["NKSPerson", "BirthYear" -> LessThan[DateObject[{0}]]] // EntityList
Out[5]=

Get a random sample of five people who also have person entities:

In[6]:=
RandomSample[
 EntityClass["NKSPerson", "HasEntity" -> MatchQ[True]] // EntityList,
  5]
Out[6]=

Wolfram Research, "Entity Store of People Mentioned in Stephen Wolfram's A New Kind of Science" from the Wolfram Data Repository (2017)   https://doi.org/10.24097/wolfram.54171.data

Data Resource History

Source Metadata

Data Downloads

Publisher Information