Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Linusp committed Jul 24, 2019
1 parent 929e331 commit 9211535
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions movie/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"entity-data": {
"Person": "Person.csv",
"Movie": "Movie.csv",
"Country": "Country.csv"
},
"relation-data": {
"Movie|actor|Person": "actor.csv",
"Movie|composer|Person": "composer.csv",
"Movie|director|Person": "director.csv",
"Movie|district|Country": "district.csv"
}
}

0 comments on commit 9211535

Please sign in to comment.