farsirocks / timeline-bak

1 stars 0 forks source link

Read data from a database #5

Open noghte opened 3 years ago

noghte commented 3 years ago

Most of the data come from: https://dbpedia.org/ontology/Person

Suggested tables & fields using Neo4j (Cypher query language): className: "Person" startDate: ==> for person, it is birthDate endDate: ==> for person, it is deathDate label {"fa": ==> for person Farsi FirstName + " " + English LastName, "en": ==> English FirstName + " " + LastName} isActive ==> default: true